Dockerfile for Continue.dev CLI
cp continue.env.example continue.envcp .env.example .env- Задать в файле
continue.envтокен DEEPSEEK. При необходимости измените название переменной для соответствия окружению - При изменении названия переменной в п.2 соответственно измените название в файле
continue.config.yaml - Задать в файле
.envабсолютный путь к локальному репозиторию
Continue запросит авторизацию. Для этого необходимо:
- Выбрать в консоли вариант 2:
Enter your Anthropic API key - Перейти на сайт, авторизоваться при необходимости
To configure Anthropic models with Continue:
-
Get your API key from the Anthropic Console
-
Add the model to your config in
config.yaml:
models:
- name: Claude 4 Sonnet
provider: anthropic
model: claude-sonnet-4-20250514
apiKey: YOUR_ANTHROPIC_API_KEY- Or use Continue Mission Control: Add Claude models from the hub and store your
ANTHROPIC_API_KEYas a User Secret
Want to know more? These pages may help:
(Anthropic Configuration Guide)[/customize/model-providers/top-level/anthropic]
(Model Configuration Reference)[/reference]
(Configuring Models, Rules, and Tools)[/guides/configuring-models-rules-tools]