Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1811,7 +1811,7 @@ REMEMBER: One tool per turn. No reasoning without tools. Exact answer format.
|
|
| 1811 |
self.groq_llm = ChatGroq(
|
| 1812 |
temperature=0,
|
| 1813 |
groq_api_key=GROQ_API_KEY,
|
| 1814 |
-
model_name="
|
| 1815 |
max_tokens=4096,
|
| 1816 |
timeout=60
|
| 1817 |
).bind_tools(self.tools, tool_choice="auto")
|
|
|
|
| 1811 |
self.groq_llm = ChatGroq(
|
| 1812 |
temperature=0,
|
| 1813 |
groq_api_key=GROQ_API_KEY,
|
| 1814 |
+
model_name="llama-3.3-70b-versatile",
|
| 1815 |
max_tokens=4096,
|
| 1816 |
timeout=60
|
| 1817 |
).bind_tools(self.tools, tool_choice="auto")
|