This commit is contained in:
Team3
2026-05-25 19:28:25 +02:00
parent 1cef392892
commit 66a48759b3
11 changed files with 169 additions and 67 deletions

View File

@@ -33,4 +33,12 @@ GENERATION_TIMEOUTS = {
}
MAX_CONCURRENT_GENERATIONS = 10
MAX_ITERATIONS = {
"OnePager": 3,
"Cheatsheet": 3,
"MiniGuide": 3,
"BeginnerGuide": 5,
"IntermediateGuide": 5,
"ExtendedGuide": 5,
}
CLAUDE_CLI = "claude"