{% extends "base.html" %} {% load static %} {% block title %}ACA — Settings{% endblock %} {% block extra_css %} {% endblock %} {% block body %}
← Back to Dashboard

Settings

Configure AI provider, API keys, and platform-wide options.

{% if saved %}
Settings saved successfully.
{% endif %} {% if test_result %}
{% if test_result.success %} {{ test_result.message }} {% else %} Test failed: {{ test_result.error }} {% endif %}
{% endif %}
{% csrf_token %}

AI Provider

Choose which AI service powers the shopping assistant. Changes take effect immediately after saving — no server restart needed.

Get your key at console.anthropic.com {% if claude_active %}
API key configured
{% else %}
No API key — Claude disabled
{% endif %}
Haiku recommended for cost-efficiency
Get your key at platform.openai.com/api-keys {% if openai_active %}
OpenAI key configured
{% else %}
No API key — OpenAI disabled
{% endif %}
GPT-4o Mini recommended for cost-efficiency

Vendor Subscriptions

Control how new vendors register and pay.

When enabled, no payment is taken at registration.
Vendors get a free subscription — no charge at registration.
{% endblock %}