Skip to content

Commit 1dd1493

Browse files
committed
fix(genapi): fix going further header
1 parent 5ce564f commit 1dd1493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)