Spaces:
Running
Running
Update app.py
Browse files
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 |
|