Connect → Continue
Use AxForge with Continue
Continue is the
open-source assistant for VS Code and JetBrains. Add AxForge as an
openai provider in your config.yaml.
config.yaml
name: AxForge
version: 0.0.1
schema: v1
models:
- name: AxForge Chat
provider: openai
model: chat
apiBase: https://api.axforge.ai/v1
apiKey: your-axforge-key
roles: [chat, edit, apply]
- name: AxForge Embed # optional, for @codebase indexing
provider: openai
model: embeddings
apiBase: https://api.axforge.ai/v1
apiKey: your-axforge-key
roles: [embed]
Use config.yaml (schema v1). The
older config.json still loads but is legacy. apiBase must
include the /v1; provider: openai calls
Chat Completions by default.
Notes
The embed role powers Continue's @codebase retrieval;
point it at the embeddings model as above. Model names come from
Models & pricing.