Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1837,7 +1837,7 @@ REMEMBER: One tool per turn. No reasoning without tools. Exact answer format.
|
|
| 1837 |
self.groq_llm = ChatGroq(
|
| 1838 |
temperature=0,
|
| 1839 |
groq_api_key=GROQ_API_KEY,
|
| 1840 |
-
model_name="
|
| 1841 |
max_tokens=4096,
|
| 1842 |
timeout=60
|
| 1843 |
).bind_tools(self.tools, tool_choice="auto")
|
|
|
|
| 1837 |
self.groq_llm = ChatGroq(
|
| 1838 |
temperature=0,
|
| 1839 |
groq_api_key=GROQ_API_KEY,
|
| 1840 |
+
model_name="qwen/qwen3-32b",
|
| 1841 |
max_tokens=4096,
|
| 1842 |
timeout=60
|
| 1843 |
).bind_tools(self.tools, tool_choice="auto")
|