This commit is contained in:
root
2026-05-27 18:31:51 +00:00
parent 351f330db0
commit 6a39dc7ee2
2 changed files with 14 additions and 35 deletions

View File

@@ -24,23 +24,7 @@ FORMAT_META = {
"ExtendedGuide": {"pages": "47-60 Seiten", "time": "~5h"},
}
REVIEW_TIMEOUTS = {
"OnePager": 120,
"Cheatsheet": 120,
"MiniGuide": 180,
"BeginnerGuide": 600,
"IntermediateGuide": 600,
"ExtendedGuide": 900,
}
GENERATION_TIMEOUTS = {
"OnePager": 900,
"Cheatsheet": 900,
"MiniGuide": 1200,
"BeginnerGuide": 1800,
"IntermediateGuide": 2400,
"ExtendedGuide": 3000,
}
AGENT_TIMEOUT = 3600
MAX_CONCURRENT_GENERATIONS = 6
CONTENT_REVIEW_ITERATIONS = {