{% extends 'admin/base.html.twig' %} {% block title %}KI Modell-Generierung{% endblock %} {% block body %}

KI Modell-Generierung

{% if is_granted('ROLE_SUPER_ADMIN') %} Neue Konfiguration {% endif %}
{% for config in configs %} {# ========================= #} {# Sampling Group #} {# ========================= #} {# ========================= #} {# Retrieval Group #} {# ========================= #} {% else %} {% endfor %}
Modell Version Stream Sampling Retrieval Status Aktionen
{{ config.modelName }} v{{ config.version }} {% if config.stream %} Streaming {% else %} Blocking {% endif %}
T: {{ config.temperature }}
K: {{ config.topK }}
P: {{ config.topP }}
R: {{ config.repeatPenalty }}
Ctx: {{ config.numCtx }}
Chunks: {{ config.retrievalMaxChunks }}
VectorK: {{ config.retrievalVectorTopK }}
{% if config.active %} Aktiv {% else %} Inaktiv {% endif %} Test Retrieval {% if not config.active and is_granted('ROLE_SUPER_ADMIN') %}
{% else %} {% endif %}
Keine Konfiguration vorhanden.
Hinweis: Änderungen wirken sich unmittelbar auf die Generierungsparameter des aktiven Modells aus. Pro Modell kann nur eine Version aktiv sein.

Agent Live Test

Der Agent läuft im isolierten Admin-Test-Modus. Keine Persistenz. Keine produktive Session.
{% endblock %}