Try DeepSeek 32B
Browse files
app.py
CHANGED
@@ -66,6 +66,7 @@ temperature=0.5,
|
|
66 |
#model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
|
67 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
68 |
model_id='Qwen/Qwen2.5-72B-Instruct',
|
|
|
69 |
custom_role_conversions=None,
|
70 |
)
|
71 |
|
|
|
66 |
#model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
|
67 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
68 |
model_id='Qwen/Qwen2.5-72B-Instruct',
|
69 |
+
model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
|
70 |
custom_role_conversions=None,
|
71 |
)
|
72 |
|