Skip to content

Eugene-Fed/continue-dev-cli

Repository files navigation

continue-dev-cli

Dockerfile for Continue.dev CLI

Перед запуском:

  1. cp continue.env.example continue.env
  2. cp .env.example .env
  3. Задать в файле continue.env токен DEEPSEEK. При необходимости измените название переменной для соответствия окружению
  4. При изменении названия переменной в п.2 соответственно измените название в файле continue.config.yaml
  5. Задать в файле .env абсолютный путь к локальному репозиторию

Первый запуск

Continue запросит авторизацию. Для этого необходимо:

  1. Выбрать в консоли вариант 2: Enter your Anthropic API key
  2. Перейти на сайт, авторизоваться при необходимости

To configure Anthropic models with Continue:

  1. Get your API key from the Anthropic Console

  2. 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
  1. Or use Continue Mission Control: Add Claude models from the hub and store your ANTHROPIC_API_KEY as 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]

About

Dockerfile for Continue.dev CLI

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors