Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ model = HfApiModel(
|
|
93 |
max_tokens=1048,
|
94 |
temperature=0.5,
|
95 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
96 |
-
model_id='Qwen/Qwen2.5-
|
97 |
# model_id='Qwen/Qwen2.5-Coder-14B-Instruct',
|
98 |
custom_role_conversions=None,
|
99 |
)
|
|
|
93 |
max_tokens=1048,
|
94 |
temperature=0.5,
|
95 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
96 |
+
model_id='Qwen/Qwen2.5-3B-Instruct',# it is possible that this model may be overloaded
|
97 |
# model_id='Qwen/Qwen2.5-Coder-14B-Instruct',
|
98 |
custom_role_conversions=None,
|
99 |
)
|