v1.8.6 -> v1.8.7: add image paste guard with toast notification

This commit is contained in:
gramps
2026-07-01 17:35:12 -07:00
parent 6451f674bb
commit 9ef306e133
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import logging
log = logging.getLogger("jarvischat")
VERSION = "v1.8.6"
VERSION = "v1.8.7"
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"