petfol commited on
Commit
6f4bec4
·
verified ·
1 Parent(s): 1f2a220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -116,7 +116,8 @@ model = HfApiModel(
116
  max_tokens=2096,
117
  temperature=0.5,
118
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
119
- model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
 
120
  custom_role_conversions=None,
121
  )
122
 
 
116
  max_tokens=2096,
117
  temperature=0.5,
118
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
119
+ #model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
120
+ model_id='deepseek-ai/DeepSeek-R1',
121
  custom_role_conversions=None,
122
  )
123