{% extends 'base.html' %} {% block content %}

Teams Admin

{% if message %}
{{ message }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
Used as the model id. Non-alphanumeric characters become dashes.
{% for p in profiles %} {% endfor %}
Optional. Defaults to 'default' if omitted.
Go to Launcher View Profiles
Registered Teams
{% for t in teams %} {% empty %} {% endfor %}
Model (Team)LLM ProfileDescription
{{ t.id }} {{ t.llm_profile|default:'default' }} {{ t.description }}
No teams yet. Add one above.
Once added, teams appear in /v1/models and can be used as model with OpenAI-compatible clients against /v1/chat/completions.
Export JSON Export CSV
{% endblock %}