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

@@ -60,7 +60,7 @@ FINDINGS_REL = "reflect/findings.jsonl"
RESULTS_REL = "results"
FALLBACK_CHAT_ID = "8826147089"
MODEL_PRESET = "glm53"
MODEL_PRESET = "glm"
# The soft deadline is what actually bounds a run: no new batch starts past it, and everything
# already analysed is on disk. TIMEOUT_SECONDS only catches a single batch that hangs.
DEFAULT_DEADLINE_MINUTES = 20