{% if provider == "ollama" %}
Generation runs through your local claude CLI — no API key, uses your Claude Code login.
Generation runs through your local codex exec CLI — no API key, uses your ChatGPT login.
Claude isn't wired into generation yet — Ollama is the only working provider.
{% elif provider == "openai" %}OpenAI isn't wired into generation yet — Ollama is the only working provider.
{% endif %}