Spaces:
Sleeping
Sleeping
Update gaia_agent.py
Browse files- gaia_agent.py +1 -1
gaia_agent.py
CHANGED
|
@@ -54,7 +54,7 @@ api_key = os.getenv("HF_TOKEN")
|
|
| 54 |
|
| 55 |
# Generate the chat interface, including the tools
|
| 56 |
llm = HuggingFaceEndpoint(
|
| 57 |
-
repo_id="
|
| 58 |
huggingfacehub_api_token=api_key,
|
| 59 |
timeout=300,
|
| 60 |
)
|
|
|
|
| 54 |
|
| 55 |
# Generate the chat interface, including the tools
|
| 56 |
llm = HuggingFaceEndpoint(
|
| 57 |
+
repo_id="deepseek-ai/DeepSeek-R1-0528",
|
| 58 |
huggingfacehub_api_token=api_key,
|
| 59 |
timeout=300,
|
| 60 |
)
|