release: bump version to v1.8.5

This commit is contained in:
gramps
2026-06-27 15:27:47 -07:00
parent 091e2ad2e3
commit fcc0605a4a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# JarvisChat v1.8.0
# JarvisChat v1.8.5
**A lightweight local inference coding companion with persistent memory, web search, and real-time system monitoring.**

View File

@@ -9,7 +9,7 @@ import logging
log = logging.getLogger("jarvischat")
VERSION = "v1.8.0"
VERSION = "v1.8.5"
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"