test(streaming): cover chat/search/memory paths (v1.7.3)

This commit is contained in:
2026-04-28 08:31:01 -07:00
parent 12188f3ad2
commit 250fec1f06
4 changed files with 192 additions and 4 deletions

2
app.py
View File

@@ -56,7 +56,7 @@ syslog_handler.setFormatter(
log.addHandler(syslog_handler)
# --- Configuration ---
VERSION = "1.7.2"
VERSION = "1.7.3"
OLLAMA_BASE = "http://localhost:11434"
SEARXNG_BASE = "http://localhost:8888"
BASE_DIR = Path(__file__).parent