Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ final_answer = FinalAnswerTool()
|
|
29 |
model = HfApiModel(
|
30 |
max_tokens=2096,
|
31 |
temperature=0.5,
|
32 |
-
model_id='
|
33 |
custom_role_conversions=None,
|
34 |
)
|
35 |
|
|
|
29 |
model = HfApiModel(
|
30 |
max_tokens=2096,
|
31 |
temperature=0.5,
|
32 |
+
model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',
|
33 |
custom_role_conversions=None,
|
34 |
)
|
35 |
|