From 5ce564f093bb0bf0472a3798f2aee7fbe8df7ec4 Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 12 Aug 2025 19:07:13 +0200 Subject: [PATCH 1/2] fix(genapi): vscode tutorial titles Fix heading level to align it with similar tutorial for integration within IntelliJ (and make it more readable). --- .../adding-ai-to-vscode-using-continue.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx b/pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx index ace88f79f0..de079e119d 100644 --- a/pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx +++ b/pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx @@ -27,9 +27,9 @@ You can install Continue directly from the [Visual Studio Marketplace](https://m code --install-extension continue.continue ``` -### Configure Continue to use Scaleway’s Generative APIs +## Configure Continue to use Scaleway’s Generative APIs -#### Configure Continue through the graphical interface +### Configure Continue through the graphical interface To link Continue with Scaleway's Generative APIs, you can use built-in menus from Continue in VS Code. @@ -48,7 +48,7 @@ These actions will automatically edit your `config.yaml` file. To edit it manual Agents, embeddings, and autocomplete models are not yet supported through graphical interface configuration. Manually edit the configuration to enable them. See [Configure Continue through configuration file](#configure-continue-through-configuration-file) for more information. -#### Configure Continue through a configuration file +### Configure Continue through a configuration file To link Continue with Scaleway's Generative APIs, you can configure a settings file: @@ -153,7 +153,7 @@ Alternatively, a `config.json` file can be used with the following format. Note -### Activate Continue in VS Code +## Activate Continue in VS Code After configuring the API, open VS Code and activate Continue: From 1dd1493f2d2f2e807ccda0caac12e960bed8af5c Mon Sep 17 00:00:00 2001 From: Rowena Date: Mon, 18 Aug 2025 09:17:02 +0200 Subject: [PATCH 2/2] fix(genapi): fix going further header --- .../reference-content/adding-ai-to-vscode-using-continue.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx b/pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx index de079e119d..069b6960d2 100644 --- a/pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx +++ b/pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx @@ -164,7 +164,7 @@ After configuring the API, open VS Code and activate Continue: Enabling tab completion **may lead to higher token consumption** as the model generates predictions for every keystroke. Be mindful of your API usage and adjust settings accordingly to avoid unexpected costs. For more information, refer to the [official Continue documentation](https://docs.continue.dev/reference#tabautocompleteoptions). -### Going further +## Going further You can add more parameters to configure your model's behavior by editing `config.yaml`. For instance, you can add the following `chatOptions.baseSystemMessage` value to modify LLM messages `"role":"system"` and/or `"role":"developer"` and provide less verbose answers: