-
### Bug Description
Construction:
```
max_input_size = 4096
chunk_size_limit = 512
chunk_overlap_ratio = 0.1
llm_predictor = LLMPredictor(llm=ChatOpenAI(temperature=0, model_…
-
Running the project as the README currently instructs results in the following error:
```
Traceback (most recent call last):
File "gpt_engineer/main.py", line 6, in
from gpt_engineer.chat…
-
Hello, I've been trying to use setup GptEngineer, but I can't get paste the openAI API KEY setup.
I have tried
- SET OPENAI... trough command window
- import openai... key in main.py
- import ope…
-
I asked for a simple web scraping task to get youtuber's subscriptions, get run error and stoped.
**Here is my task prompts:**
help me write python scripts to automatically get data about youtuber…
-
This should resolve issues like #119
-
### Description of the feature request:
I want to use latest version of Google **Gemini-1.5-pro** via API or SDK that can be integrated to our projects.
### What problem are you trying to so…
-
Traceback (most recent call last):
File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connectionpool.py", line 449, in _make_request
six.raise_from(e, None)…
-
$ git clone git@github.com:AntonOsika/gpt-engineer.git
Cloning into 'gpt-engineer'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sur…
-
-
**Description**
The code currently deletes files and subdirectories using the shutil.rmtree function when the delete_existing flag is set to True. However, it does not handle any potential errors tha…