cowrycode commited on
Commit
e53c762
·
verified ·
1 Parent(s): ae0d48c

Update gaia_agent.py

Browse files
Files changed (1) hide show
  1. gaia_agent.py +2 -2
gaia_agent.py CHANGED
@@ -54,9 +54,9 @@ api_key = os.getenv("HF_TOKEN")
54
 
55
  # Generate the chat interface, including the tools
56
  llm = HuggingFaceEndpoint(
57
- #repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
58
  #repo_id="deepseek-ai/DeepSeek-R1-0528",
59
- repo_id="meta-llama/Llama-3.1-8B-Instruct",
60
  huggingfacehub_api_token=api_key,
61
  timeout=300,
62
  )
 
54
 
55
  # Generate the chat interface, including the tools
56
  llm = HuggingFaceEndpoint(
57
+ repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
58
  #repo_id="deepseek-ai/DeepSeek-R1-0528",
59
+ #repo_id="meta-llama/Llama-3.1-8B-Instruct",
60
  huggingfacehub_api_token=api_key,
61
  timeout=300,
62
  )