mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Execute per default
This commit is contained in:
@@ -130,7 +130,7 @@ def execute_workspace(ai: AI, dbs: DBs):
|
|||||||
|
|
||||||
# Different configs of what steps to run
|
# Different configs of what steps to run
|
||||||
STEPS = {
|
STEPS = {
|
||||||
'default': [gen_spec, pre_unit_tests, run_clarified],
|
'default': [gen_spec, pre_unit_tests, run_clarified, execute_workspace],
|
||||||
'simple': [run, execute_workspace],
|
'simple': [run, execute_workspace],
|
||||||
'clarify': [clarify, run_clarified],
|
'clarify': [clarify, run_clarified],
|
||||||
'execute_only': [execute_workspace],
|
'execute_only': [execute_workspace],
|
||||||
|
|||||||
Reference in New Issue
Block a user