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

AI Settings

API keys are stored encrypted at rest. Only the last 4 characters are shown.

{% if openai_key_masked %}Current: {{ openai_key_masked }}{% endif %}
{% if anthropic_key_masked %}Current: {{ anthropic_key_masked }}{% endif %}
{% endblock %}