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

Fixes another regex issue where backticks are inserted into file names.

Trying to keep things simple for this initial conversion to LangChain. The only difference with the original functionality is this version doesn't stream the output from OpenAI, so there is...

This idea of **GPT-Engineer** is great. If we make a web interface for this project, we might even be able to gather up even more contributers. Coding will be made...

File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\USER\Desktop\yash\python\gpt-engineer\gpt_engineer\main.py", line 66, in app() File "C:\Users\USER\Desktop\yash\python\gpt-engineer\gpt_engineer\main.py", line 29, in main model = fallback_model(model) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\USER\Desktop\yash\python\gpt-engineer\gpt_engineer\ai.py",...

Getting the above error while launching the generated application. We are trying to execute the **uvicorn main:app --reload** command from the projects/[name] folder, whereas it should be **uvicorn workspace.main:app --reload**...

I have created a website for **GPT-Engineer** which is located in the web folder. In order to run properly please run the command `pip install flask`. In order to run...

Hi guys I'm not an expert in coding, and my first time using a Mac for these purposes. I followed the tutorial, installed python correctly. I wanted to run the...

The 'requirements.txt' generated by gpt-engineer contains very outdated version of python modules: Flask==1.1.2 Flask-SQLAlchemy==2.4.4 Flask-Login==0.5.0 Flask-Migrate==2.5.3 Werkzeug==1.0.1 pandas==1.1.5 openpyxl==3.0.7 probably version should be verified to current date each time. This...

I was thinking if it would be possible to give an existing project in python to gpt with an explanation what this project does and the question if it could...

![image](https://github.com/AntonOsika/gpt-engineer/assets/132798161/c8449173-8632-4950-9b68-00c1807dcc37)