Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,8 @@ max_tokens=2096,
|
|
50 |
temperature=0.5,
|
51 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
52 |
custom_role_conversions=None,
|
53 |
-
|
|
|
54 |
|
55 |
model = OpenAIServerModel(
|
56 |
model_id="qwen/qwen-2.5-coder-32b-instruct",
|
|
|
50 |
temperature=0.5,
|
51 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
52 |
custom_role_conversions=None,
|
53 |
+
)
|
54 |
+
'''
|
55 |
|
56 |
model = OpenAIServerModel(
|
57 |
model_id="qwen/qwen-2.5-coder-32b-instruct",
|