Skip to content

Commit ff40934

Browse files
authored
Update adding-ai-to-intellij-using-continue.mdx
Add embeddings and autocomplete model configuration example.
1 parent 343d648 commit ff40934

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,18 @@ To link Continue with Scaleway’s Generative APIs, you need to configure the se
6969
"provider": "scaleway",
7070
"apiKey": "###SCW_SECRET_KEY###"
7171
}
72-
]
72+
],
73+
"embeddingsProvider": {
74+
"model": "bge-multilingual-gemma2",
75+
"provider": "scaleway",
76+
"apiKey": "###SCW_SECRET_KEY###"
77+
},
78+
"tabAutocompleteModel": {
79+
"model": "qwen2.5-coder-32b",
80+
"title": "Qwen2.5 Coder Autocomplete",
81+
"provider": "scaleway",
82+
"apiKey": "###SCW_SECRET_KEY###"
83+
}
7384
}
7485
```
7586
4. Save the file and restart IntelliJ IDEA.

0 commit comments

Comments
 (0)