gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
I provided it a detailed prompt to build an api using flask (for testing purposes). I included informarion such us: ``` Task Summary API Specifications End Points Database Design Authentication...
when I run python3 -m gpt-engineer projects/my-new-project this issue comes up
Add a test to check that the AI is not injecting malicious code outside the workspace @AntonOsika [../../src/main.py] 👎 ```python def test_files_are_local(): chat = textwrap.dedent( """ All this will soon...
I didn't see a way to do this, apologies if it is described somewhere. I am attempting to build an application and I noticed any time it exits due to...
We have scripts/benchmark.py. If we run it over more configs and store the results to RESULTS.md we will clearly be able to see what works and what does not. Would...
Create a step that asks “did it run/work/perfect”?, and store to memory folder. And let the benchmark.py script check that result, and convert it to a markdown table like benchmark/RESULTS.md...
Running it after `pip install` results in this: https://github.com/AntonOsika/gpt-engineer/issues/180 Running it from `git clone` results in this: ``` gpt-engineer --model gpt-3.5-turbo app Traceback (most recent call last): File "/Users/x/code/gpt-eng-test/gpt-engineer/venv/bin/gpt-engineer", line...
Traceback (most recent call last): File "/home/meet/random/gpt-engineer/gpt_engineer/main.py", line 63, in app() File "/home/meet/random/gpt-engineer/gpt_engineer/main.py", line 58, in main messages = step(ai, dbs) File "/home/meet/random/gpt-engineer/gpt_engineer/steps.py", line 61, in gen_spec ai.fsystem(setup_sys_prompt(dbs)), File "/home/meet/random/gpt-engineer/gpt_engineer/steps.py",...
I am running into OpenAI rate limits. Will you add a way for us to manually set rate limits (RPM and TPM) based on our plans? Traceback (most recent call...
I'm on Windows and just installed and run script. It created a "application plan" and asked if want to execute. Pressed Enter. I seems it has created the structure and...