Skip to content

Commit

Permalink
Update gpt_engineer/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Osika <anton.osika@gmail.com>
  • Loading branch information
pbharrin and AntonOsika authored Aug 13, 2023
1 parent 76c95b5 commit 5203a39
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 @@ -34,7 +34,6 @@ def main(
logging.basicConfig(level=logging.DEBUG if verbose else logging.INFO)


input_path = Path(project_path).absolute()

memory_path = input_path / "memory"
workspace_path = input_path / "workspace"
Expand Down

0 comments on commit 5203a39

Please sign in to comment.