Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
|
122 |
model = HfApiModel(
|
123 |
max_tokens=2096,
|
124 |
temperature=0.5,
|
125 |
-
model_id=model_id
|
126 |
custom_role_conversions=None,
|
127 |
)
|
128 |
|
|
|
122 |
model = HfApiModel(
|
123 |
max_tokens=2096,
|
124 |
temperature=0.5,
|
125 |
+
model_id=model_id,
|
126 |
custom_role_conversions=None,
|
127 |
)
|
128 |
|