release: bump version to v1.8.5
This commit is contained in:
@@ -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.**
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user