Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
</Message>

#### 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:

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


### Activate Continue in VS Code
## Activate Continue in VS Code

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

Expand Down