Spaces:
Sleeping
Sleeping
Update app.py
Browse filesInitial model was not responding - so trying with alternate option
app.py
CHANGED
|
@@ -93,7 +93,8 @@ final_answer = FinalAnswerTool()
|
|
| 93 |
model = HfApiModel(
|
| 94 |
max_tokens=2096,
|
| 95 |
temperature=0.5,
|
| 96 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
|
|
|
| 97 |
custom_role_conversions=None,
|
| 98 |
)
|
| 99 |
|
|
|
|
| 93 |
model = HfApiModel(
|
| 94 |
max_tokens=2096,
|
| 95 |
temperature=0.5,
|
| 96 |
+
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 97 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
| 98 |
custom_role_conversions=None,
|
| 99 |
)
|
| 100 |
|