app.py
CHANGED
@@ -61,7 +61,7 @@ model = HfApiModel(
|
|
61 |
max_tokens=2096,
|
62 |
temperature=0.5,
|
63 |
#model_id='deepseek-ai/deepseek-coder-7b-instruct-v1.5',# it is possible that this model may be overloaded
|
64 |
-
model_id='Qwen/Qwen2.5-Coder-7B-Instruct'
|
65 |
custom_role_conversions=None,
|
66 |
)
|
67 |
|
|
|
61 |
max_tokens=2096,
|
62 |
temperature=0.5,
|
63 |
#model_id='deepseek-ai/deepseek-coder-7b-instruct-v1.5',# it is possible that this model may be overloaded
|
64 |
+
model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
|
65 |
custom_role_conversions=None,
|
66 |
)
|
67 |
|