This commit is contained in:
lachtan
2026-09-16 08:56:39 +02:00
parent 5407931bdc
commit 6d43517a69
11 changed files with 521 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ CLEAN_LOG_REL = "log/memory-clean.log"
FALLBACK_CHAT_ID = "8826147089"
TIMEOUT_SECONDS = 10 * 60
MAX_ATTEMPTS = 3
MODEL_PRESET = "kimi27"
MODEL_PRESET = "kimi"
DELETE_CATEGORIES = frozenset({"superseded", "detail", "duplicate", "ephemeral", "stale-section"})
DELETE_KEYS = frozenset({"op", "category", "original", "reason"})