config: switch default Ollama model to Gemma 4 26B MoE (3-4x faster than GLM)

This commit is contained in:
juanatsap
2026-04-09 20:42:41 +01:00
parent 7b6062d0f2
commit 1f17277a19
+1 -1
View File
@@ -92,7 +92,7 @@ CONTACT_EMAIL=recipient@example.com
# #
# Ollama settings (when MODEL_PROVIDER=ollama): # Ollama settings (when MODEL_PROVIDER=ollama):
# OLLAMA_HOST=http://localhost:11434 # OLLAMA_HOST=http://localhost:11434
# OLLAMA_MODEL=glm-4.7-flash # OLLAMA_MODEL=gemma4:26b
# Production Settings # Production Settings
# Uncomment for production: # Uncomment for production: