Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ model = HfApiModel(
|
|
49 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
50 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
51 |
# Mistral works well. but writes its own tools
|
52 |
-
|
53 |
-
model_id = "microsoft/Phi-3-mini-4k-instruct",
|
54 |
custom_role_conversions=None,
|
55 |
)
|
56 |
|
|
|
49 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
50 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
51 |
# Mistral works well. but writes its own tools
|
52 |
+
model_id = "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
|
53 |
+
# model_id = "microsoft/Phi-3-mini-4k-instruct",
|
54 |
custom_role_conversions=None,
|
55 |
)
|
56 |
|