debisoft commited on
Commit
3a1a50d
·
1 Parent(s): b52b807

Try DeepSeek

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -120,8 +120,8 @@ temperature=0.5,
120
  #model_id='deepseek-ai/deepseek-coder-7b-instruct-v1.5',# it is possible that this model may be overloaded
121
  #model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
122
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
123
- model_id='Qwen/Qwen2.5-72B-Instruct',
124
- #model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
125
  custom_role_conversions=None,
126
  )
127
 
 
120
  #model_id='deepseek-ai/deepseek-coder-7b-instruct-v1.5',# it is possible that this model may be overloaded
121
  #model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
122
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
123
+ #model_id='Qwen/Qwen2.5-72B-Instruct',
124
+ model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
125
  custom_role_conversions=None,
126
  )
127