gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
To help bring more people on board and get more eyes to further the development of gpt-engineer I have started a subreddit for people to ask questions, post help, announce...
Here's a GitHub action workflow that will build a wheel. The artifacts are uploaded to the "actions" -> summary tab after triggering the workflow manually https://github.com/AntonOsika/gpt-engineer/assets/51189/738bffda-fe0e-4d2f-aab4-87b9cce03ebe https://github.com/AntonOsika/gpt-engineer/assets/51189/ee81015c-cd57-4ec1-a8ed-34578b78b1d1
Is there any plan or example to integrate the gpt-engineer with reflection? In order to complete the templates it generates. Because for me it generated just templates of the files...
I encountered this error when prompting it to create an Angular SPA and NodeJS API server. I'd offer a pull, but I don't know python well enough to propose a...
Running the example (python main.py example), produces only one file in workspace. The file is just called 'python', (no extension), and only contains whatever file it generated last. I should...
Hey thanks for this amazing thing. It's very interesting we don't have a discussion section and contribution guideline in this repo. I'd love that and I'm sure all of the...
I've tried using a prompt to improve existing code, but it doesn't seem to work. Has anyone else gotten this to work? Something like "edit main.py in workspace to write...
Is the gpt-engineer capable of generating python code only? If yes, is there a chance to generalize it, so we can generate e.g. C# code?
Hi, I just run python3 main.py tictactoe (tictactoe was the name of the folder, where I put main_prompt with the following content: ""We are writing tic-tac-toe game in python. MVC...
I will setup [pre-commit](https://pre-commit.com/) For now I will just add [`ruff`](https://beta.ruff.rs/docs/) and [`black`](https://github.com/psf/black) hooks.