{% extends 'admin/base.html.twig' %} {% block title %}KI Modell-Generierung{% endblock %} {% block body %}
| Modell | Version | Stream | Sampling | Retrieval | Status | Aktionen |
|---|---|---|---|---|---|---|
| {{ config.modelName }} | v{{ config.version }} | {% if config.stream %} Streaming {% else %} Blocking {% endif %} | {# ========================= #} {# Sampling Group #} {# ========================= #}
T: {{ config.temperature }}
K: {{ config.topK }}
P: {{ config.topP }}
R: {{ config.repeatPenalty }}
Ctx: {{ config.numCtx }}
|
{# ========================= #}
{# Retrieval Group #}
{# ========================= #}
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. | ||||||