ABVM commited on
Commit
76da739
·
verified ·
1 Parent(s): f280b77

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -12,7 +12,7 @@ class GaiaAgent:
12
  temperature = 0.5,
13
  model_id = "Qwen/Qwen2.5-Coder-32B-Instruct",
14
  custom_role_conversions=None,
15
- #provider="hf-inference"
16
  )
17
 
18
 
 
12
  temperature = 0.5,
13
  model_id = "Qwen/Qwen2.5-Coder-32B-Instruct",
14
  custom_role_conversions=None,
15
+ provider="hf-inference"
16
  )
17
 
18