chore: re-version to v0.11.0 (pre-release until public release)

This commit is contained in:
gramps
2026-07-03 12:49:31 -07:00
parent 45363e8bd6
commit 779d606923
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import logging
log = logging.getLogger("jarvischat")
VERSION = "v1.11.0"
VERSION = "v0.11.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"