{% extends "base.html" %} {% block title %}AI Settings{% endblock %} {% block page_title %}AI Settings{% endblock %} {% block content %}
{% if save_success %} {% endif %}
Context & Tools

Base system prompt. Context items from the Context & Tools page are appended automatically.

{% if connections %}
{% for conn in connections %} {% endfor %}
Name Model Base URL Actions
{% if conn.is_active %} Active {% endif %} {{ conn.name }} {{ conn.model }} {{ conn.base_url }} {% if not conn.is_active %}
{% endif %} Edit
{% else %}
No connections configured. Click Add Connection to create one.
{% endif %}
{% endblock %}