minhvtt commited on
Commit
89ce5a6
verified
1 Parent(s): 8c5b07f

Update agent_service.py

Browse files
Files changed (1) hide show
  1. agent_service.py +1 -1
agent_service.py CHANGED
@@ -282,7 +282,7 @@ Example:
282
  response_text = ""
283
  async for message in await client.chat_completion(
284
  messages=messages, # Use messages directly
285
- model="meta-llama/Llama-3.3-70B-Instruct",
286
  max_tokens=512,
287
  temperature=0.7,
288
  stream=True
 
282
  response_text = ""
283
  async for message in await client.chat_completion(
284
  messages=messages, # Use messages directly
285
+ model="openai/gpt-oss-20b",
286
  max_tokens=512,
287
  temperature=0.7,
288
  stream=True