Apps
Continue
Configure the Continue editor extension with OpenAI-compatible models.
Overview
Continue is an AI coding extension for VS Code and JetBrains IDEs. It can use chat and completion models through compatible provider settings.
Configuration
- Create an API key in `/app/keys`.
- Open the Continue configuration file.
- Add an OpenAI-compatible model entry.
- Set Base URL to `https://uouo.cloud/v1`.
- Reference `UOUODUO_API_KEY` from the environment.
- Set model IDs for chat and autocomplete.
{
"models": [
{
"title": "uouo cloud",
"provider": "openai",
"model": "gpt-4o-mini",
"apiBase": "https://uouo.cloud/v1",
"apiKey": "${env:UOUODUO_API_KEY}"
}
]
}Verify
Ask Continue to explain a selected function, then check `/app/logs`.
Known limits
- Continue configuration fields vary by version.
- Large file context can significantly increase input tokens.