Default OLLAMA_MODEL für neue Nutzer auf glm-5.2:cloud

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-14 20:16:10 +02:00
co-authored by Claude
parent 0301a1c430
commit cd30af3d69
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -212,7 +212,7 @@
<label for="einr-model" class="block text-xs font-medium text-gray-500 dark:text-gray-400">Modell</label>
<input type="text" id="einr-model" name="OLLAMA_MODEL"
class="mt-1 w-full rounded-md border border-gray-300 bg-white px-3 py-2 text-sm text-gray-800 dark:border-gray-600 dark:bg-gray-700 dark:text-white"
value="<%= setupWizard.ollamaModel || 'gpt-oss:120b' %>">
value="<%= setupWizard.ollamaModel || 'glm-5.2:cloud' %>">
</div>
<div>
<label for="einr-host" class="block text-xs font-medium text-gray-500 dark:text-gray-400">Host</label>