Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,9 +47,9 @@ web_search = DuckDuckGoSearchTool()
|
|
47 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
48 |
|
49 |
model = HfApiModel(
|
50 |
-
max_tokens=
|
51 |
temperature=0.5,
|
52 |
-
model_id='
|
53 |
custom_role_conversions=None,
|
54 |
)
|
55 |
|
|
|
47 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
48 |
|
49 |
model = HfApiModel(
|
50 |
+
max_tokens=4080,
|
51 |
temperature=0.5,
|
52 |
+
model_id='mistralai/Mistral-Small-24B-Instruct-2501',# it is possible that this model may be overloaded
|
53 |
custom_role_conversions=None,
|
54 |
)
|
55 |
|