v0.17.19: fix token count badge — use client-side tokenCount instead of server completion_tokens; add tok badge to search responses

This commit is contained in:
gramps
2026-07-13 09:59:11 -07:00
parent 79b684e0cd
commit 645d7e9d91
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import logging
log = logging.getLogger("caic")
VERSION = "v0.17.18"
VERSION = "v0.17.19"
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"