docs: bump v0.13.0 → v0.14.0, document cluster protocol (Task 11)

This commit is contained in:
gramps
2026-07-06 19:24:47 -07:00
parent 78f7b79494
commit 899988c09b
2 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import logging
log = logging.getLogger("jarvischat")
VERSION = "v0.13.0"
VERSION = "v0.14.0"
OLLAMA_BASE = os.environ.get("OLLAMA_BASE", "http://localhost:11434")
LLAMA_SERVER_BASE = os.environ.get("LLAMA_SERVER_BASE", "http://192.168.50.108:8081")
SEARXNG_BASE = "http://localhost:8888"