Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -33,7 +33,7 @@ class GaiaAgent:
|
|
| 33 |
model_id = 'qwen/qwen-2.5-coder-32b-instruct:free',
|
| 34 |
#custom_role_conversions=None,
|
| 35 |
#provider="hf-inference",
|
| 36 |
-
token=token,
|
| 37 |
**common
|
| 38 |
)
|
| 39 |
|
|
|
|
| 33 |
model_id = 'qwen/qwen-2.5-coder-32b-instruct:free',
|
| 34 |
#custom_role_conversions=None,
|
| 35 |
#provider="hf-inference",
|
| 36 |
+
#token=token,
|
| 37 |
**common
|
| 38 |
)
|
| 39 |
|