Spaces:
Sleeping
Sleeping
update model_id
Browse files
app.py
CHANGED
|
@@ -147,7 +147,8 @@ final_answer = FinalAnswerTool()
|
|
| 147 |
model = HfApiModel(
|
| 148 |
max_tokens=2096,
|
| 149 |
temperature=0.5,
|
| 150 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
|
|
|
| 151 |
custom_role_conversions=None,
|
| 152 |
)
|
| 153 |
|
|
|
|
| 147 |
model = HfApiModel(
|
| 148 |
max_tokens=2096,
|
| 149 |
temperature=0.5,
|
| 150 |
+
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 151 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 152 |
custom_role_conversions=None,
|
| 153 |
)
|
| 154 |
|