gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app

Results 345 gpt-engineer issues
Sort by recently updated
recently updated
newest added

Addresses #9, #30, and #34. Simply revert model to gpt-3.5-turbo when gpt-4 is not available for the provided API key, and print out a message telling the user.

@AntonOsika When we run the code, if the files being created exceed the character limitation then this error pops : "Some code files are not provided here due to character...

### Summary As a new student contributor to the project, I believe it would greatly benefit the community to have a CONTRIBUTING.md file and contributing guidelines. This document would provide...

help wanted
good first issue

During the clarification of creating a chatbot like ChatGPT, I get to: "No." ![image](https://github.com/AntonOsika/gpt-engineer/assets/104371306/f7f29993-829f-43f6-ac89-54b00d76a66d)

With the release of gpt-3.5-turbo-0613 and gpt-4-0613, OpenAI implemented function calling which now makes it possible to call python functions via chat responses. It can also work with GPT 3.5...

enhancement
help wanted

Closes #57 Please find the necessary changes to setup `pre-commit` in the project. Also, I added the `.github/CONTRIBUTING.md` file where the installation and usage of `pre-commit` is explained in detail...

By using a `Makefile` we can abstract some of the things needed to run the app or install it and it is a great place for future commands (like testing)...

enhancement

GPT Engineer is amazing. But right now the purpose is for small projects, projects where you need little implementations or requirements. But... What about to give a full context of...

> This PR build off of #60, it will be easier to read once it's merged. ### Improvements - Basic, extendable support to use any LLM model you like -...