Skip to content

Commit dae714f

Browse files
authored
fix(genapi): add devstral in json snippets
1 parent b47273f commit dae714f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ Alternatively, a `config.json` file can be used with the following format. This
127127
{
128128
"models": [
129129
{
130-
"model": "qwen2.5-coder-32b-instruct",
131-
"title": "Qwen2.5 Coder",
130+
"model": "devstral-small-2505",
131+
"title": "Devstral - Scaleway",
132132
"provider": "scaleway",
133133
"apiKey": "###SCW_SECRET_KEY###"
134134
}
@@ -140,7 +140,7 @@ Alternatively, a `config.json` file can be used with the following format. This
140140
},
141141
"tabAutocompleteModel": {
142142
"model": "qwen2.5-coder-32b",
143-
"title": "Qwen2.5 Coder Autocomplete",
143+
"title": "Autocomplete - Scaleway",
144144
"provider": "scaleway",
145145
"apiKey": "###SCW_SECRET_KEY###"
146146
}

0 commit comments

Comments
 (0)