Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,10 +152,10 @@ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
|
| 152 |
model = HfApiModel(
|
| 153 |
max_tokens=36000,
|
| 154 |
temperature=0.5,
|
| 155 |
-
model_id,
|
| 156 |
-
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 157 |
custom_role_conversions=None,
|
| 158 |
)
|
|
|
|
| 159 |
|
| 160 |
|
| 161 |
# Import tool from Hub
|
|
|
|
| 152 |
model = HfApiModel(
|
| 153 |
max_tokens=36000,
|
| 154 |
temperature=0.5,
|
| 155 |
+
model_id=model_id,
|
|
|
|
| 156 |
custom_role_conversions=None,
|
| 157 |
)
|
| 158 |
+
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 159 |
|
| 160 |
|
| 161 |
# Import tool from Hub
|