minhvtt commited on
Commit
03a6a1e
verified
1 Parent(s): a177eb6

Update agent_service.py

Browse files
Files changed (1) hide show
  1. 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="openai/gpt-oss-20B", # Balance speed & quality
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,