Spaces:
Running
Running
Update agent_service.py
Browse files- 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="
|
| 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
|