gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
### OpenAI API Key Set Issue I use window 10, and i set my openai api key in main.py file. app = typer.Typer() openai.api_key = 'sk-yl.......', @app.command() def main( But...
There was a repeated sentence near the top of the prompt. I removed the duplicate.
Since we have moved the project folders into `/projects`, we should also change the default argument for main.py https://github.com/AntonOsika/gpt-engineer/blob/52ee3ed88e6c1753f0d38398d396f023ffe97346/gpt_engineer/main.py#L20 it should be ` project_path: str = typer.Argument("projects/example", help="path"), `, so...
# Issue Template ╰─λ source venv/bin/activate venv/bin/activate (line 41): Unsupported use of '='. In fish, please use 'set VIRTUAL_ENV "/home/alex/Desktop/GPT-Plus/gpt-engineer/venv"'. VIRTUAL_ENV="/home/alex/Desktop/GPT-Plus/gpt-engineer/venv" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ from sourcing file venv/bin/activate source: Error while reading...
Add https://github.com/BerriAI/reliableGPT to gpt-engineer to handle the following errors: * OpenAI APIError, OpenAI Timeout, OpenAI Rate Limit Errors, OpenAI Service UnavailableError / Overloaded * Context Window Errors * Invalid API...
Modified to provide users with more information related to issue #291
There was a duplicate sentence in the prompt. I removed it.
I've tried it with both dev and stable release. Running on a virtualenv. It doesn't matter if I use my own prompt or the example prompt. I get this error:...
## Issue Template A suggestion of creating a `CODEOWNERS` file where some people are mandatory to approve the PRs. There is a way to put a specific person to be...