docs(todo): add model/preset preflight validation item (v1.7.7)

This commit is contained in:
2026-04-28 09:08:36 -07:00
parent 71b48d940f
commit 36bca94840
3 changed files with 18 additions and 16 deletions

2
app.py
View File

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