ABVM commited on
Commit
3e7fa24
·
verified ·
1 Parent(s): 2d69eb1

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -14,7 +14,7 @@ class GaiaAgent:
14
  temperature = 0.5,
15
  model_id = 'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud', #"meta-llama/Llama-3.1-8B-Instruct",
16
  #custom_role_conversions=None,
17
- provider="hf-inference"
18
  token=token
19
  )
20
 
 
14
  temperature = 0.5,
15
  model_id = 'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud', #"meta-llama/Llama-3.1-8B-Instruct",
16
  #custom_role_conversions=None,
17
+ provider="hf-inference",
18
  token=token
19
  )
20