Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ final_answer = FinalAnswerTool()
|
|
| 26 |
model = HfApiModel(
|
| 27 |
max_tokens=2096,
|
| 28 |
temperature=0.5,
|
| 29 |
-
model_id='
|
| 30 |
custom_role_conversions=None,
|
| 31 |
)
|
| 32 |
|
|
|
|
| 26 |
model = HfApiModel(
|
| 27 |
max_tokens=2096,
|
| 28 |
temperature=0.5,
|
| 29 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud', # Note: May need to switch if overloaded
|
| 30 |
custom_role_conversions=None,
|
| 31 |
)
|
| 32 |
|