learning_network_protocols/README.md

16 lines
894 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Запуск
1. Для запуска перейдите в Command Prompt.
2. Запуск осуществляется из папки проекта.
3. Введите команду npm run dev
## Настройка AI-подсказок
В приложении используется AI для генерации подсказок к заданиям (OpenRouter API).
1. Зарегистрируйтесь на [openrouter.ai](https://openrouter.ai)
2. Перейдите в раздел **Keys****Create Key**
3. Скопируйте ключ — он показывается **только один раз**
4. Создайте файл `.env` в корне проекта:
OPENROUTER_API_KEY=sk-or-v1-ваш_ключ_здесь
Без этого файла приложение работает, но кнопка «Подсказка» будет недоступна.