gpt-engineer
gpt-engineer copied to clipboard
completely different file structure
creates weird directories that go unrecognized on initial run. Can't find it's components because they are not in expected places, Had to pull everything out of gpt_engineer subfolder and put them in gpt-engineer to make it go. Also had to change code referencing gpt_engineer.ai, gpt_engineer.db, and gpt_engineer.steps in the main.py to revert to "from ai import AI" etc. Had to change it in steps.py as well. Has issues with projects/example as well. After I finally got it running, it tried to write me a password generation program when I asked for a random joke program.