Skip to content

Commit 639f029

Browse files
authored
fix(genapi): model name in continue snippets
1 parent cf9a87c commit 639f029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To link Continue with Scaleway’s Generative APIs, you need to configure the se
5959
- Otherwise, create a `config.yaml` file inside your `.continue` directory.
6060
- Add the following configuration to enable Scaleway's Generative API. This configuration uses three different models for each task:
6161
- `devstral-small-2505` for agentic workflows through a chat interface
62-
- `qwen2.5-coder-32b` for autocompletion when editing a file
62+
- `qwen2.5-coder-32b-instruct` for autocompletion when editing a file
6363
- `bge-multilingual-gemma2` for embedding and retrieving code context
6464
```yaml
6565
name: Continue Config
@@ -82,7 +82,7 @@ To link Continue with Scaleway’s Generative APIs, you need to configure the se
8282
- tool_use
8383
- name: Autocomplete - Scaleway
8484
provider: openai
85-
model: qwen2.5-coder-32b
85+
model: qwen2.5-coder-32b-instruct
8686
apiBase: https://api.scaleway.ai/v1/
8787
apiKey: ###SCW_SECRET_KEY###
8888
defaultCompletionOptions:
@@ -141,7 +141,7 @@ Alternatively, a `config.json` file can be used with the following format. Note
141141
"apiKey": "###SCW_SECRET_KEY###"
142142
},
143143
"tabAutocompleteModel": {
144-
"model": "qwen2.5-coder-32b",
144+
"model": "qwen2.5-coder-32b-instruct",
145145
"title": "Autocomplete - Scaleway",
146146
"provider": "openai",
147147
"apiKey": "###SCW_SECRET_KEY###"

0 commit comments

Comments
 (0)