Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from crewai import Agent
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
# Initialize LLM
|
| 7 |
-
llm = ChatGroq(temperature=0.4, model_name="llama-
|
| 8 |
|
| 9 |
# File to store history
|
| 10 |
HISTORY_FILE = "history.txt"
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
# Initialize LLM
|
| 7 |
+
llm = ChatGroq(temperature=0.4, model_name="meta-llama/llama-4-maverick-17b-128e-instruct")
|
| 8 |
|
| 9 |
# File to store history
|
| 10 |
HISTORY_FILE = "history.txt"
|