Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -9,7 +9,7 @@ class GaiaAgent:
|
|
| 9 |
temperature = 0.5,
|
| 10 |
model_id = "deepseek-ai/DeepSeek-R1-0528",
|
| 11 |
provider = "huggingface", #'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 12 |
-
|
| 13 |
)
|
| 14 |
#or
|
| 15 |
#model=InferenceClientModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", provider="together")
|
|
|
|
| 9 |
temperature = 0.5,
|
| 10 |
model_id = "deepseek-ai/DeepSeek-R1-0528",
|
| 11 |
provider = "huggingface", #'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 12 |
+
|
| 13 |
)
|
| 14 |
#or
|
| 15 |
#model=InferenceClientModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", provider="together")
|