{% extends "base.html" %} {% block title %}AI Models Required{% endblock %} {% block content %}

No AI Models Configured

To use the Lead Capture Wizard, you need to configure at least one AI model.

What you need to do:
  1. Go to the Django Admin panel
  2. Navigate to "LLM Suite" → "API Keys"
  3. Add a new API key for your preferred AI provider (OpenAI, Anthropic, etc.)
  4. Make sure the API key is marked as "Active"
  5. Return here to create your campaign
Need help? The AI models are used to automatically generate compelling copy for your lead capture pages. Popular options include OpenAI's GPT-4, Anthropic's Claude, or other supported providers.
{% endblock %}