ABVM commited on
Commit
9572d52
·
verified ·
1 Parent(s): 1999467

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -33,7 +33,7 @@ class GaiaAgent:
33
  model_id = 'qwen/qwen-2.5-coder-32b-instruct:free',
34
  #custom_role_conversions=None,
35
  #provider="hf-inference",
36
- token=token,
37
  **common
38
  )
39
 
 
33
  model_id = 'qwen/qwen-2.5-coder-32b-instruct:free',
34
  #custom_role_conversions=None,
35
  #provider="hf-inference",
36
+ #token=token,
37
  **common
38
  )
39