v0.17.24: fix sprocket holes — fill with --bg-primary instead of transparent so they show through to page

This commit is contained in:
gramps
2026-07-13 10:17:49 -07:00
parent d8e8af0fb0
commit 3e7ed57db9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import logging
log = logging.getLogger("caic")
VERSION = "v0.17.23"
VERSION = "v0.17.24"
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"