Bug fixes

This commit is contained in:
2026-04-09 09:16:07 +02:00
parent a640615d2e
commit 3e34843292
3 changed files with 71 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ LLM backend settings and application constants.
# LLM BACKEND CONFIGURATION — Edit these to match your setup
# ============================================================
LLM_BACKEND = "ollama" # "ollama" or "vllm"
OLLAMA_URL = "http://turd.hem.holck.se:11434"
OLLAMA_URL = "http://localhost:11434"
VLLM_URL = "http://localhost:8000"
MODEL_NAME = "gemma4:e4b"