gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
This will be very useful when we have made modifications to the workspace generated by AI. We can then ask the AI to continue modifying the code, just like a...
This fixes compatibility issues in PR [#87](https://github.com/AntonOsika/gpt-engineer/pull/87) that have arisen from recent changes to the repository. Additionally, an improvement to the parser unit tests has been done. The goal of...
The generated code goes into the logfile however it would be more useful if the tool could make all those files automatically.
Add step to review all code, file by file, and rewrite any parts that miss necessary functionality
This should resolve issues like #119
My execution ends with this sentence: **This is the basic structure of the [my-app-name] app. The code provided here sets up the necessary classes, functions, and methods for the app....
I followed the recently updated instructions and got GPT Engineer to run (python -m gpt_engineer.main my-new-project), but haven't had any luck since. I asked it to build a blackjack game...
fixed the DB import on the test_db file
I'm using gpt-3.5-turbo-16k-0613. I prompted the script to "Write a 2d car racing game in python, make it really simple and procedural". It just starts pumping out details and plannfication,...
Let me preface this by saying I am not a developer, but I have a decent level of technical understanding and understand how code works. In my instructions for the...