Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ final_answer = FinalAnswerTool()
|
|
| 93 |
model = HfApiModel(
|
| 94 |
max_tokens=2096,
|
| 95 |
temperature=0.5,
|
| 96 |
-
model_id='
|
| 97 |
custom_role_conversions=None,
|
| 98 |
)
|
| 99 |
|
|
|
|
| 93 |
model = HfApiModel(
|
| 94 |
max_tokens=2096,
|
| 95 |
temperature=0.5,
|
| 96 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|
| 97 |
custom_role_conversions=None,
|
| 98 |
)
|
| 99 |
|