Skip to content

Commit cb72877

Browse files
feat: set Devstral models as default for Mistral provider
- Changed default_large_model_id from mistral-large to devstral-medium-latest - Changed default_small_model_id from mistral-small to devstral-small-latest - This makes Devstral models the default choice when using the Mistral provider Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 970e8de commit cb72877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/providers/configs/mistral.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"api_key": "$MISTRAL_API_KEY",
55
"api_endpoint": "https://api.mistral.ai/v1",
66
"type": "mistral",
7-
"default_large_model_id": "mistral-large",
8-
"default_small_model_id": "mistral-small",
7+
"default_large_model_id": "devstral-medium-latest",
8+
"default_small_model_id": "devstral-small-latest",
99
"models": [
1010
{
1111
"id": "mistral-large",

0 commit comments

Comments
 (0)