Spaces:
Sleeping
Sleeping
Update gaia_agent.py
Browse files- gaia_agent.py +1 -3
gaia_agent.py
CHANGED
|
@@ -62,9 +62,7 @@ api_key = os.getenv("HF_TOKEN")
|
|
| 62 |
llm = HuggingFaceEndpoint(
|
| 63 |
repo_id="deepseek-ai/DeepSeek-V3.1-Terminus",
|
| 64 |
huggingfacehub_api_token=api_key,
|
| 65 |
-
timeout=300
|
| 66 |
-
max_new_tokens=512,
|
| 67 |
-
temperature=0.2,
|
| 68 |
)
|
| 69 |
|
| 70 |
|
|
|
|
| 62 |
llm = HuggingFaceEndpoint(
|
| 63 |
repo_id="deepseek-ai/DeepSeek-V3.1-Terminus",
|
| 64 |
huggingfacehub_api_token=api_key,
|
| 65 |
+
timeout=300
|
|
|
|
|
|
|
| 66 |
)
|
| 67 |
|
| 68 |
|