Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -12,7 +12,7 @@ class GaiaAgent:
|
|
| 12 |
temperature = 0.5,
|
| 13 |
model_id = "meta-llama/Llama-2-7b-chat-hf",
|
| 14 |
#custom_role_conversions=None,
|
| 15 |
-
provider="hf-inference"
|
| 16 |
)
|
| 17 |
|
| 18 |
|
|
|
|
| 12 |
temperature = 0.5,
|
| 13 |
model_id = "meta-llama/Llama-2-7b-chat-hf",
|
| 14 |
#custom_role_conversions=None,
|
| 15 |
+
#provider="hf-inference"
|
| 16 |
)
|
| 17 |
|
| 18 |
|