ABVM commited on
Commit
16a1fc7
·
verified ·
1 Parent(s): ac73a51

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -9,7 +9,7 @@ class GaiaAgent:
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
- custom_role_conversations=None
13
  )
14
  #or
15
  #model=InferenceClientModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", provider="together")
 
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
  )
14
  #or
15
  #model=InferenceClientModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", provider="together")