mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
black
This commit is contained in:
@@ -199,7 +199,14 @@ STEPS = {
|
||||
"benchmark": [gen_spec, gen_unit_tests, gen_code, gen_entrypoint],
|
||||
"simple": [simple_gen, gen_entrypoint, execute_entrypoint],
|
||||
"clarify": [clarify, gen_clarified_code, gen_entrypoint, execute_entrypoint],
|
||||
"respec": [gen_spec, respec, gen_unit_tests, gen_code, gen_entrypoint, execute_entrypoint],
|
||||
"respec": [
|
||||
gen_spec,
|
||||
respec,
|
||||
gen_unit_tests,
|
||||
gen_code,
|
||||
gen_entrypoint,
|
||||
execute_entrypoint,
|
||||
],
|
||||
"execute_only": [execute_entrypoint],
|
||||
"use_feedback": [use_feedback],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user