You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ You can install Continue directly from the [Visual Studio Marketplace](https://m
27
27
code --install-extension continue.continue
28
28
```
29
29
30
-
###Configure Continue to use Scaleway’s Generative APIs
30
+
## Configure Continue to use Scaleway’s Generative APIs
31
31
32
-
####Configure Continue through the graphical interface
32
+
### Configure Continue through the graphical interface
33
33
34
34
To link Continue with Scaleway's Generative APIs, you can use built-in menus from Continue in VS Code.
35
35
@@ -48,7 +48,7 @@ These actions will automatically edit your `config.yaml` file. To edit it manual
48
48
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.
49
49
</Message>
50
50
51
-
####Configure Continue through a configuration file
51
+
### Configure Continue through a configuration file
52
52
53
53
To link Continue with Scaleway's Generative APIs, you can configure a settings file:
54
54
@@ -153,7 +153,7 @@ Alternatively, a `config.json` file can be used with the following format. Note
153
153
</Message>
154
154
155
155
156
-
### Activate Continue in VS Code
156
+
## Activate Continue in VS Code
157
157
158
158
After configuring the API, open VS Code and activate Continue:
159
159
@@ -164,7 +164,7 @@ After configuring the API, open VS Code and activate Continue:
164
164
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).
165
165
</Message>
166
166
167
-
### Going further
167
+
## Going further
168
168
169
169
You can add more parameters to configure your model's behavior by editing `config.yaml`.
170
170
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