Skip to content

Commit

Permalink
Update gpt_engineer/main.py
Browse files Browse the repository at this point in the history
remove development notes

Co-authored-by: Anton Osika <anton.osika@gmail.com>
  • Loading branch information
pbharrin and AntonOsika authored Aug 13, 2023
1 parent 97931ba commit fbb8d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpt_engineer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def main(
input_path = Path(os.getcwd()).absolute() / ".gpteng"
input_path.mkdir(parents=True, exist_ok=True)
# The default option for the --improve is the IMPROVE_CODE, not DEFAULT
# we can change that in the future.
if steps_config == StepsConfig.DEFAULT:
steps_config = StepsConfig.IMPROVE_CODE
memory_path = input_path / "memory"
Expand Down

0 comments on commit fbb8d28

Please sign in to comment.