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