{% extends 'admin/base.html.twig' %} {% block title %}KI Modell-Generierung Config{% endblock %} {% block body %}
| Modell | Version | Stream | Temp | Top K | Top P | Repeat | Ctx | Status | Aktion |
|---|---|---|---|---|---|---|---|---|---|
| {{ config.modelName }} | v{{ config.version }} | {% if config.stream %} Streaming {% else %} Blocking {% endif %} | {{ config.temperature }} | {{ config.topK }} | {{ config.topP }} | {{ config.repeatPenalty }} | {{ config.numCtx }} | {% if config.active %} Aktiv {% else %} Inaktiv {% endif %} | {% if not config.active and is_granted('ROLE_SUPER_ADMIN') %} Aktivieren {% endif %} |
| Keine Konfiguration vorhanden. | |||||||||