Files
task-69dd4221f309a98be0006b2e/README.md
T
2026-05-25 22:27:54 +00:00

25 lines
559 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.
# Сырой текст задания → плоская карточка
Один проход: `PromptTemplate``ChatOpenAI` (OpenRouter) → `PydanticOutputParser`.
## Установка
```bash
pip install -r requirements.txt
```
В `.env`:
```env
OPENAI_API_KEY=sk-or-...
OPENROUTER_MODEL=poolside/laguna-m.1:free
```
> `openai/gpt-oss-20b:free` сейчас часто даёт 429 — используйте другую free-модель с [openrouter.ai/models](https://openrouter.ai/models).
## Запуск
```bash
python main.py
```