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