From 1f17277a1916bd1ce1bf2eced14ec4471a50ea5b Mon Sep 17 00:00:00 2001 From: juanatsap Date: Thu, 9 Apr 2026 20:42:41 +0100 Subject: [PATCH] config: switch default Ollama model to Gemma 4 26B MoE (3-4x faster than GLM) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index dc780ae..0aebe28 100644 --- a/.env.example +++ b/.env.example @@ -92,7 +92,7 @@ CONTACT_EMAIL=recipient@example.com # # Ollama settings (when MODEL_PROVIDER=ollama): # OLLAMA_HOST=http://localhost:11434 -# OLLAMA_MODEL=glm-4.7-flash +# OLLAMA_MODEL=gemma4:26b # Production Settings # Uncomment for production: