{% extends 'admin/base.html' %} {% block title %}{{ t('ai.title') }}{% endblock %} {% block content %}

๐Ÿ”‘ {{ t('ai.api_config') }}

{{ t('ai.status') }} {% if has_api_key %} โœ… {{ t('ai.connected') }} {{ t('ai.provider_' + active_provider) }} ยท {{ api_key_preview }} {% else %} โŒ {{ t('ai.not_configured') }} {% endif %}
{{ t('ai.provider_help') }}
console.anthropic.com {{ t('ai.key_link_anthropic') }}
platform.deepseek.com {{ t('ai.key_link_deepseek') }}
aistudio.google.com {{ t('ai.key_link_gemini') }}
{% if current_user.is_owner() %}

๐Ÿค {{ t('webmcp.section_title') }}

{{ t('webmcp.section_help') }}
{{ t('webmcp.admin_help') }}
{{ t('webmcp.public_help') }}
{{ t('webmcp.token_help') }}
{{ t('webmcp.polyfill_help') }}
{% endif %}

โœจ {{ t('ai.tools_title') }}

{% if not has_api_key %}
โš ๏ธ {{ t('ai.api_key_required') }}
{{ t('ai.api_key_required_hint') }}
{% endif %}
{{ t('ai.new_conversation') }}
{% endblock %} {% block extra_js %}
{% endblock %}