gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
A CLI app which builds a feature in incremental steps This is based on the approach I use for prompting GPTEngineer for my own work. Used this approach heavily when...
## Feature description I propose the implementation of a general, unified configuration file in TOML format for the gpt-engineer project. This configuration file would serve as a centralized repository for...
Is there any way to change the default model (an env file or something)? Like to the cheapest model even if it's not good enough?
I installed via: python3 -m pip install gpt-engineer (the default python is python2 on macOS, so I used python3) neil@neils-MacBook-Pro ~ % pip3 show gpt-engineer|grep Location Location: /Users/neil/Library/Python/3.9/lib/python/site-packages I verified...
This pull request addresses the blocking log issue. Original version tries to read stderr. If it is empty it is stuck, and no stdout output is shown.
## Expected Behavior The GitHub project has not been maintained for a while. I expect the code to be updated to be compatible with current standards. Additionally, improvements should be...
## Policy and info - Maintainers will close issues that have been stale for 14 days if they contain relevant answers. - Adding the label "sweep" will automatically turn the...
Can anyone tell me , has gpt-engineer been dead
## Description A clear and concise description of how the documentation at https://gpt-engineer.readthedocs.io/en/latest/ is providing wrong/insufficient information. I am getting context window size issue. Maybe because of using small local...