Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -8,6 +8,7 @@ class GaiaAgent:
|
|
| 8 |
max_tokens = 2048,
|
| 9 |
temperature = 0.5,
|
| 10 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
|
|
| 11 |
#provider = "huggingface", #'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 12 |
#provider="hf-inference"
|
| 13 |
)
|
|
|
|
| 8 |
max_tokens = 2048,
|
| 9 |
temperature = 0.5,
|
| 10 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 11 |
+
custom_role_conversions=None,
|
| 12 |
#provider = "huggingface", #'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 13 |
#provider="hf-inference"
|
| 14 |
)
|