ABVM commited on
Commit
280b18f
·
verified ·
1 Parent(s): 386b047

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -7,7 +7,7 @@ class GaiaAgent:
7
  self.model = InferenceClientModel(
8
  max_tokens = 8096,
9
  temperature = 0.5,
10
- model_id = "deepseek-ai/DeepSeek-R1-0528",
11
  provider = "huggingface", #'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
12
 
13
  )
 
7
  self.model = InferenceClientModel(
8
  max_tokens = 8096,
9
  temperature = 0.5,
10
+ model_id = "Qwen/Qwen2.5-Coder-32B-Instruct",
11
  provider = "huggingface", #'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
12
 
13
  )