Skip to content

Commit 566e43e

Browse files
fpagnyRoRoJ
andauthored
fix(genapi): vscode tutorial titles (#5409)
* fix(genapi): vscode tutorial titles Fix heading level to align it with similar tutorial for integration within IntelliJ (and make it more readable). * fix(genapi): fix going further header --------- Co-authored-by: Rowena <[email protected]>
1 parent a46db1d commit 566e43e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ You can install Continue directly from the [Visual Studio Marketplace](https://m
2727
code --install-extension continue.continue
2828
```
2929

30-
### Configure Continue to use Scaleway’s Generative APIs
30+
## Configure Continue to use Scaleway’s Generative APIs
3131

32-
#### Configure Continue through the graphical interface
32+
### Configure Continue through the graphical interface
3333

3434
To link Continue with Scaleway's Generative APIs, you can use built-in menus from Continue in VS Code.
3535

@@ -48,7 +48,7 @@ These actions will automatically edit your `config.yaml` file. To edit it manual
4848
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.
4949
</Message>
5050

51-
#### Configure Continue through a configuration file
51+
### Configure Continue through a configuration file
5252

5353
To link Continue with Scaleway's Generative APIs, you can configure a settings file:
5454

@@ -153,7 +153,7 @@ Alternatively, a `config.json` file can be used with the following format. Note
153153
</Message>
154154

155155

156-
### Activate Continue in VS Code
156+
## Activate Continue in VS Code
157157

158158
After configuring the API, open VS Code and activate Continue:
159159

@@ -164,7 +164,7 @@ After configuring the API, open VS Code and activate Continue:
164164
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).
165165
</Message>
166166

167-
### Going further
167+
## Going further
168168

169169
You can add more parameters to configure your model's behavior by editing `config.yaml`.
170170
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:

0 commit comments

Comments
 (0)