{% extends "admin/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "connections" %} {% block title %}Connections - LLeMbas{% endblock %} {% block heading %}Connections{% endblock %} {% block admin_content %}
Any endpoint that speaks the OpenAI HTTP API: OpenAI itself, or a local runner such as LM Studio, vLLM, llama.cpp or Ollama. LLeMbas asks each one for its model list and offers those models in the chat picker.
{% if message %}Nothing configured yet. Add a connection above and its models appear here.