gnyasue commited on
Commit
00e2a8b
·
verified ·
1 Parent(s): 9f15a38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -104,8 +104,8 @@ model = HfApiModel(
104
  max_tokens=1048,
105
  temperature=0.5,
106
  #model_id='Qwen/Qwen2.5-Coder-1.5B-Instruct',
107
- model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud', # it is possible that this model may be overloaded
108
- #model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
109
  custom_role_conversions=None,
110
  )
111
 
 
104
  max_tokens=1048,
105
  temperature=0.5,
106
  #model_id='Qwen/Qwen2.5-Coder-1.5B-Instruct',
107
+ #model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud', # it is possible that this model may be overloaded
108
+ model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
109
  custom_role_conversions=None,
110
  )
111