Remove Ki-Moderator add more backlist
This commit is contained in:
@@ -106,12 +106,6 @@
|
||||
<button class="btn" onclick="showBlacklistManagement()">Blacklist verwalten</button>
|
||||
</div>
|
||||
|
||||
<!-- KI-Moderator -->
|
||||
<div class="card">
|
||||
<h3><span class="icon">🧠</span> KI-Moderator</h3>
|
||||
<p>Intelligente Namensprüfung mit Ollama LLM</p>
|
||||
<button class="btn" onclick="showLLMManagement()">KI-Moderator testen</button>
|
||||
</div>
|
||||
|
||||
<!-- Läufe-Verwaltung -->
|
||||
<div class="card">
|
||||
@@ -211,6 +205,13 @@
|
||||
<option value="titles">Titel/Berufsbezeichnung</option>
|
||||
<option value="brands">Markenname</option>
|
||||
<option value="inappropriate">Unpassend</option>
|
||||
<option value="racial">Rassistisch/ethnisch</option>
|
||||
<option value="religious">Religiös beleidigend</option>
|
||||
<option value="disability">Behinderungsbezogen</option>
|
||||
<option value="leetspeak">Verschleiert</option>
|
||||
<option value="cyberbullying">Cyberbullying</option>
|
||||
<option value="drugs">Drogenbezogen</option>
|
||||
<option value="violence">Gewalt/Bedrohung</option>
|
||||
</select>
|
||||
<button class="btn btn-success" onclick="addToBlacklist()">Hinzufügen</button>
|
||||
</div>
|
||||
@@ -237,49 +238,6 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- LLM-Moderator Modal -->
|
||||
<div id="llmModal" class="modal">
|
||||
<div class="modal-content">
|
||||
<span class="close" onclick="closeLLMModal()">×</span>
|
||||
<h2>🧠 KI-Moderator</h2>
|
||||
|
||||
<!-- LLM-Status -->
|
||||
<div id="llmStatus" class="llm-status-section">
|
||||
<h3>Status</h3>
|
||||
<div id="llmStatusContent">Lade...</div>
|
||||
</div>
|
||||
|
||||
<!-- Name testen -->
|
||||
<div class="llm-test-section">
|
||||
<h3>Name testen</h3>
|
||||
<div class="form-group">
|
||||
<label for="llmFirstname">Vorname:</label>
|
||||
<input type="text" id="llmFirstname" placeholder="Vorname eingeben">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="llmLastname">Nachname:</label>
|
||||
<input type="text" id="llmLastname" placeholder="Nachname eingeben">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="llmContext">Kontext (optional):</label>
|
||||
<input type="text" id="llmContext" placeholder="Zusätzlicher Kontext">
|
||||
</div>
|
||||
<button onclick="testNameWithLLM()" class="btn btn-primary">Mit KI prüfen</button>
|
||||
</div>
|
||||
|
||||
<!-- Ergebnis -->
|
||||
<div id="llmResult" class="llm-result-section" style="display: none;">
|
||||
<h3>Ergebnis</h3>
|
||||
<div id="llmResultContent"></div>
|
||||
</div>
|
||||
|
||||
<!-- Vergleich mit Blacklist -->
|
||||
<div id="llmComparison" class="llm-comparison-section" style="display: none;">
|
||||
<h3>Vergleich mit Blacklist</h3>
|
||||
<div id="llmComparisonContent"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Application JavaScript -->
|
||||
<script src="/js/cookie-consent.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user