Goal
Add a copy-paste-ready setup guide for Continue.dev in the README (or docs/agents/continue-dev.md).
Required content
- Config file location (
~/.continue/config.json or project-level)
- JSON snippet:
{
"title": "Freeway",
"provider": "openai",
"model": "llama-3.3-70b",
"apiBase": "http://localhost:8787/v1",
"apiKey": "your FREEWAY_API_KEY"
}
- How to pick a model from Freeway's catalog
- One verification step
Acceptance criteria
Goal
Add a copy-paste-ready setup guide for Continue.dev in the README (or
docs/agents/continue-dev.md).Required content
~/.continue/config.jsonor project-level){ "title": "Freeway", "provider": "openai", "model": "llama-3.3-70b", "apiBase": "http://localhost:8787/v1", "apiKey": "your FREEWAY_API_KEY" }Acceptance criteria