{% extends "settings/layout.html" %} {% block settings_content %}

AI / LLM

Configure the language model used for solution generation.

{% if error %}
{{ error }}
{% endif %} {% if flash and flash.message %}
{{ flash.message }}
{% endif %}
{# Provider — read-only #}

Provider

{{ provider | title }}

{% if api_key_set %}

Configured

{% else %}

Not configured

{% endif %}
{# API Key #}

API Key

{% if api_key_masked %}

Current key: {{ api_key_masked }}

{% endif %}
{# Model Configuration #}

Model Configuration

Used for generating SQL solutions.

Used for agent routing and classification.

{# Parameters #}

Parameters

{% endblock %}