Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ model = HfApiModel(
|
|
54 |
max_tokens=2096,
|
55 |
temperature=0.5,
|
56 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
57 |
-
model_id = model_id
|
58 |
custom_role_conversions=None,
|
59 |
)
|
60 |
|
|
|
54 |
max_tokens=2096,
|
55 |
temperature=0.5,
|
56 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
57 |
+
model_id = model_id,
|
58 |
custom_role_conversions=None,
|
59 |
)
|
60 |
|