CreaCY commited on
Commit
d62bb86
·
verified ·
1 Parent(s): b62d73c

Update app.py

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