Iman1 commited on
Commit
b2e533f
·
verified ·
1 Parent(s): ae63764

finagent_app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -97,6 +97,7 @@ model = HfApiModel(
97
  max_tokens=2096,
98
  temperature=0.5,
99
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
100
  custom_role_conversions=None,
101
  )
102
 
 
97
  max_tokens=2096,
98
  temperature=0.5,
99
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
100
+ token=os.getenv("HF_TOKEN"),
101
  custom_role_conversions=None,
102
  )
103