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 298 gpt-engineer issues
Sort by recently updated
recently updated
newest added

Changed the fallback model from gpt-3.5-turbo to gpt-3.5-turbo-16k, as the former doesn't work for projects that generate several files or large files. The latter is closer to primary model GPT-4...

Added readme instructions to add API keys in windows cmd and powershell, for beginers

- update `requires-python` to >=3.8 because `pre-commit==3.3.3` requires >=3.8 and if using a lower version installing dependencies will fail: ``` ERROR: Could not find a version that satisfies the requirement...

i formatted the code to increase readability and to maintain the consistency

I want to build a multi task with it, a software that can handle any task given by input.

Where is the requirements.txt file? I have been looking everywhere and i cant find it. if someone could copy paste it it would be greatly appreciated

## Steps to reproduce - run benchmark.py - Allow it to run the generated projects (press enter when prompted) - wait for the second project that is run with `npx...

bug
good first issue

Not sure how to fix this. I think the best approach is to import main.py and run it via python, not via subprocess.

bug
sweep

The first step in the main file would be to check for memory folder and workspace, if they exist create a new folder in "archive" e.g. with the name "currentdate_currenttime",...

good first issue

I created a prompt (in main_prompt, as it seems to be the new default behavior). Ran and got the error trace below: (letting gpt-engineer make its own assumptions) INFO:openai:error_code=None error_message="{'role':...