Try DeepSeek
Browse files
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 |
-
|
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 |
|