Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2177,7 +2177,7 @@ REMEMBER: One tool per turn. No reasoning without tools. Exact answer format.
|
|
| 2177 |
self.groq_llm = ChatGroq(
|
| 2178 |
temperature=0,
|
| 2179 |
groq_api_key=GROQ_API_KEY,
|
| 2180 |
-
model_name="
|
| 2181 |
max_tokens=4096,
|
| 2182 |
timeout=60
|
| 2183 |
).bind_tools(self.tools, tool_choice="auto")
|
|
|
|
| 2177 |
self.groq_llm = ChatGroq(
|
| 2178 |
temperature=0,
|
| 2179 |
groq_api_key=GROQ_API_KEY,
|
| 2180 |
+
model_name="qwen/qwen3-32b",
|
| 2181 |
max_tokens=4096,
|
| 2182 |
timeout=60
|
| 2183 |
).bind_tools(self.tools, tool_choice="auto")
|