la-min commited on
Commit
5a5cd10
·
verified ·
1 Parent(s): e862322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ model = HfApiModel(
55
  max_tokens=2096,
56
  temperature=0.5,
57
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
58
  custom_role_conversions=None,
59
  )
60
 
 
55
  max_tokens=2096,
56
  temperature=0.5,
57
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
58
+ hf_api_key="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",
59
  custom_role_conversions=None,
60
  )
61