debisoft commited on
Commit
0f20549
·
1 Parent(s): dbb369c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ model = HfApiModel(
61
  max_tokens=2096,
62
  temperature=0.5,
63
  #model_id='deepseek-ai/deepseek-coder-7b-instruct-v1.5',# it is possible that this model may be overloaded
64
- model_id='Qwen/Qwen2.5-Coder-7B-Instruct'
65
  custom_role_conversions=None,
66
  )
67
 
 
61
  max_tokens=2096,
62
  temperature=0.5,
63
  #model_id='deepseek-ai/deepseek-coder-7b-instruct-v1.5',# it is possible that this model may be overloaded
64
+ model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
65
  custom_role_conversions=None,
66
  )
67