yooke commited on
Commit
4bd6979
·
verified ·
1 Parent(s): 2f8e89f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -117,6 +117,7 @@ model = HfApiModel(
117
  max_tokens=2096,
118
  temperature=0.5,
119
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
120
  custom_role_conversions=None,
121
  )
122
 
 
117
  max_tokens=2096,
118
  temperature=0.5,
119
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
120
+ api_key=os.getenv("HF_API_KEY"),
121
  custom_role_conversions=None,
122
  )
123