Skip to content

Commit 3fc9f7f

Browse files
authored
Update adding-ai-to-vscode-using-continue.mdx
Adding Continue setup procedure using graphical interface.
1 parent f9d433a commit 3fc9f7f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,21 @@ code --install-extension continue.continue
3030

3131
### Configure Continue to use Scaleway’s Generative APIs
3232

33-
To link Continue with Scaleway's Generative APIs, you need to configure a settings file:
33+
#### Configure Continue through graphical interface
34+
35+
To link Continue with Scaleway's Generative APIs, you can use built-in menus from Continue in VS Code.
36+
37+
- Select Continue on the left menu.
38+
- In the prompt section, click on **Select model** dropdown, then on **Add Chat model**.
39+
- Select **Scaleway** as provider.
40+
- Select the model you want to use (we recommend `Qwen 2.5 Coder 32b` to get started with).
41+
- Enter your **Scaleway Secret Key**.
42+
43+
These actions will edit automatically your config.json file. To edit it manually, see [Configure Continue through configuration file](#configure-continue-through-configuration-file).
44+
45+
#### Configure Continue through configuration file
46+
47+
To link Continue with Scaleway's Generative APIs, you can configure a settings file:
3448

3549
- Create a `config.json` file inside your `.continue` directory.
3650
- Add the following configuration to enable Scaleway's Generative API:
@@ -103,4 +117,4 @@ Refactoring is essential for maintaining clean and efficient code. Use the *"Con
103117

104118
## Conclusion
105119

106-
By integrating Continue with Scaleway’s Generative APIs, you unlock AI-powered coding capabilities that enhance productivity, automate repetitive tasks, and improve code quality.
120+
By integrating Continue with Scaleway’s Generative APIs, you unlock AI-powered coding capabilities that enhance productivity, automate repetitive tasks, and improve code quality.

0 commit comments

Comments
 (0)