Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ web_search = DuckDuckGoSearchTool()
|
|
41 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
42 |
|
43 |
model = HfApiModel(
|
44 |
-
max_tokens=
|
45 |
temperature=0.5,
|
46 |
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|
47 |
custom_role_conversions=None,
|
|
|
41 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
42 |
|
43 |
model = HfApiModel(
|
44 |
+
max_tokens=1024,
|
45 |
temperature=0.5,
|
46 |
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|
47 |
custom_role_conversions=None,
|