Bug fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user