{% extends "base.html" %} {% block title %}{% if connection %}Edit{% else %}Add{% endif %} Connection{% endblock %} {% block page_title %}{% if connection %}Edit Connection{% else %}Add Connection{% endif %}{% endblock %} {% block content %}
Back to AI Settings
{% if error %}
{{ error }}
{% endif %}
A label to identify this connection.
OpenAI-compatible endpoint (OpenAI, vLLM, Ollama, LiteLLM, etc.)
Leave as ******** to keep the existing key.
Disable for self-signed certificates (e.g. internal vLLM/Ollama endpoints).
{% endblock %}