gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
ChatGPT returns inconsistent formats for files; changing the `philosophy` to specify the format "Filename: `file`". This greatly improves the ability of the `to_file` method to adequately parse file names. This...
Gpt4 is an incorrect model name also it is not widely available. So i have added most common used model 'gpt-3.5-turbo' as default one
I refactored the loop inside the file print_chat.py for better efficiency and readability
Gui is more User Friendly. So i decided to make a GUI Version of main.py Merge into BETA or create a new Branch for GUI
Hey, running the same as in the demo, creating a Go DSL parser and got the following error: ``` Assuming that the codebase is a Go project, the following commands...
When I execute gpt-engineer projects/my-new-project, I expect it to start the process but I receive the following error: File "C:\..\GPT Engineer\gpt-engineer\gpt_engineer\steps.py", line 19, in Step = TypeVar("Step", bound=Callable[[AI, DBs], list[dict]])...
* [0310f13](https://github.com/AntonOsika/gpt-engineer/commit/0310f136fcfab7b7d3f6c2804b286e06cba5755c) - update CI only when test python files, otherwise is useless to test when markdown or any other files are committed. Removed matrix for single python version *...
I use a custom and free api endpoint so I would like to add a feature which is similar to: ``` export OPENAI_API_KEY=[your api key] ``` so I would like...
Hi, I am a basic user who knows a few coding languages (e.g. Python, _UQWQU_), I would like to know how to run this AI Program and make a simple...
Maybe once in the future an exe app can be downloaded and used instead of running it from shell/NGUI. I can help building the GUI app as I have a...