Default OLLAMA_MODEL für neue Nutzer auf glm-5.2:cloud
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user