mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Make steps configurable
This commit is contained in:
@@ -62,7 +62,11 @@ def run_clarified(ai: AI, dbs: DBs):
|
||||
return messages
|
||||
|
||||
|
||||
STEPS = [clarify, run_clarified]
|
||||
# Different configs of what steps to run
|
||||
STEPS = {
|
||||
'default': [run],
|
||||
'clarify': [clarify, run_clarified],
|
||||
}
|
||||
|
||||
# Future steps that can be added:
|
||||
# improve_files,
|
||||
|
||||
Reference in New Issue
Block a user