cowrycode commited on
Commit
0a13706
·
verified ·
1 Parent(s): 8d221f1

Update gaia_agent.py

Browse files
Files changed (1) hide show
  1. gaia_agent.py +1 -1
gaia_agent.py CHANGED
@@ -60,7 +60,7 @@ api_key = os.getenv("HF_TOKEN")
60
  # )
61
 
62
  llm = HuggingFaceEndpoint(
63
- repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
64
  huggingfacehub_api_token=api_key,
65
  timeout=300,
66
  max_new_tokens=512,
 
60
  # )
61
 
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,