{% if not groq_ready %}
{% if ollama_active %}
{% if not ollama_models %}
⚠ Ollama detected but no models found — run ollama pull llama3.2 to enable local AI pitches.
{% else %}
✓ Using local AI — Ollama connected with {{ ollama_models|length }} models.
{% endif %}
{% else %}
⚠ No AI active — pitches are generated using smart templates.
Add a free Groq API key or start Ollama to unlock AI pitch writing.
{% endif %}
{% endif %}