Spaces:
Sleeping
Sleeping
Update agent_service.py
Browse files- agent_service.py +1 -1
agent_service.py
CHANGED
|
@@ -317,7 +317,7 @@ class AgentService:
|
|
| 317 |
# gpt-oss-20B: 21B MoE (3.6B active), fast + good quality, Apache 2.0
|
| 318 |
response = await client.chat_completion(
|
| 319 |
messages=messages,
|
| 320 |
-
model="
|
| 321 |
max_tokens=1024,
|
| 322 |
temperature=0.7,
|
| 323 |
tools=tools,
|
|
|
|
| 317 |
# gpt-oss-20B: 21B MoE (3.6B active), fast + good quality, Apache 2.0
|
| 318 |
response = await client.chat_completion(
|
| 319 |
messages=messages,
|
| 320 |
+
model="Qwen/Qwen2.5-32B-Instruct", # Balance speed & quality
|
| 321 |
max_tokens=1024,
|
| 322 |
temperature=0.7,
|
| 323 |
tools=tools,
|