ABVM commited on
Commit
bf3ca22
·
verified ·
1 Parent(s): a0cc714

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 = "meta-llama/Llama-2-7b-chat-hf",
14
  #custom_role_conversions=None,
15
- provider="hf-inference"
16
  )
17
 
18
 
 
12
  temperature = 0.5,
13
  model_id = "meta-llama/Llama-2-7b-chat-hf",
14
  #custom_role_conversions=None,
15
+ #provider="hf-inference"
16
  )
17
 
18