Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -47,7 +47,7 @@ sys_msg = SystemMessage(content=system_prompt)
|
|
| 47 |
# Loading the assistant
|
| 48 |
#chat = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|
| 49 |
#chat = ChatGroq(model_name="mistral-saba-24b", temperature=0)
|
| 50 |
-
chat = ChatGroq(model_name="llama-3.
|
| 51 |
|
| 52 |
tools = [add,
|
| 53 |
substract,
|
|
|
|
| 47 |
# Loading the assistant
|
| 48 |
#chat = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|
| 49 |
#chat = ChatGroq(model_name="mistral-saba-24b", temperature=0)
|
| 50 |
+
chat = ChatGroq(model_name="llama-3.1-8b-instant", temperature=0)
|
| 51 |
|
| 52 |
tools = [add,
|
| 53 |
substract,
|