Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -12,7 +12,7 @@ class GaiaAgent:
|
|
| 12 |
temperature = 0.5,
|
| 13 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 14 |
custom_role_conversions=None,
|
| 15 |
-
|
| 16 |
)
|
| 17 |
|
| 18 |
|
|
|
|
| 12 |
temperature = 0.5,
|
| 13 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 14 |
custom_role_conversions=None,
|
| 15 |
+
provider="hf-inference"
|
| 16 |
)
|
| 17 |
|
| 18 |
|