optimize ux

This commit is contained in:
team 1
2026-04-06 20:07:09 +02:00
parent bd818f5228
commit 0ef3b43b30
8 changed files with 25 additions and 14 deletions

View File

@@ -30,16 +30,16 @@
</p>
<ul class="small text-light mb-3">
<li>LLM-Verhalten (Sampling & Kontext)</li>
<li>KI/LLM Verhalten (Sampling & Kontext der KI)</li>
<li>Retrieval-Parameter (Vektor-Wissen)</li>
<li>Streaming-Modus</li>
</ul>
<h6 class="text-info mt-3">LLM Sampling</h6>
<h6 class="text-info mt-3">KI-/LLM-Sampling</h6>
<p class="small text-light mb-3">
Parameter wie Temperature, TopK und TopP beeinflussen die
kreative Varianz der Antwort. Repeat Penalty steuert Wiederholungen,
Parameter wie <code>Temperature</code>, <code>TopK</code> und <code>TopP</code> beeinflussen die
kreative Varianz der Antwort. <code>Repeat Penalty</code> steuert Wiederholungen,
während <code>numCtx</code> die maximale Kontextgröße des Modells festlegt.
</p>
</div>
@@ -69,7 +69,7 @@
</div>
</div>
<h2 class="text-light mb-3">LLM Setup-Profile</h2>
<h2 class="text-light mb-3">KI-/LLM Setup-Profile</h2>
<div class="card bg-black border-secondary">
<div class="card-body p-0">
@@ -192,7 +192,7 @@
des aktiven Modells aus. Pro Modell kann nur eine Version aktiv sein.
</div>
<hr>
<h2 class="h4 mb-4">Agent Live Test</h2>
<h2 class="h4 mb-4" id="agentLiveTest">KI-Agent Live-Test</h2>
<div class="card bg-black border-secondary">
<div class="card-body p-0">