keenthinker commited on
Commit
efdc5ab
·
verified ·
1 Parent(s): d44b6a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ max_tokens=2096,
100
  temperature=0.5,
101
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
102
  custom_role_conversions=None,
103
- api_key=hf_token
104
  )
105
 
106
  # Import tool from Hub
 
100
  temperature=0.5,
101
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
102
  custom_role_conversions=None,
103
+ token=hf_token
104
  )
105
 
106
  # Import tool from Hub