-
Auto-GPT is expensive to run due to GPT-4's API cost.
We could experiment with making it aware of this fact, by tracking tokens as they are used and converting to a dollar cost.
This could also be …
-
I'm wondering if it's possible to enable the "gpt-engineer" to access the web for searching documentations.
-
### Describe the feature you'd like to request
Many upstream APIs (e.g. OpenAI's GPT) stream responses to the client. It would be great if TRPC supported such streaming requests.
### Describe th…
-
### Details
_No response_
Checklist
- [X] `requirements.txt` ✅ Commit [`02a43b3`](https://github.com/qa-tools-family/data-center-for-qa-llm/commit/02a43b3994175d0561bff66ba01030e344fb5d6b)
-
I encountered an issue while using the GPT-4 model for processing a quite extensive and intricate prompt related to a Laravel application setup.
Issue:
When I used the model to generate output b…
-
Please describe the behavior you are expecting.
Doing a test with the snake game, and it appears the prompt I provide is not being passed through.
I expect to be asked clarifying questions regard…
-
After adding api key and running the project for the first time, I am getting an error as follows:
```
C:\Users\kitkat\Desktop\gpt-engineer-main>python main.py proj
Traceback (most recent call la…
-
import os
import autogen
import memgpt.autogen.memgpt_agent as memgpt_autogen
import memgpt.autogen.interface as autogen_interface
import memgpt.agent as agent
import memgpt.system as system
im…
-
I'm following the readme, but it seems that the application cannot mkdirs:
```
vscode ➜ ~/gpt-engineer (main) $ python3.10 main.py main-prompt
Traceback (most recent call last):
File "/home…
-
I'm on the GPT-4 waitlist and I'm trying to use the tool with it defaulting to 3.5 but when I run the script it starts generating a program specification that goes like this:
```
(venv) ➜ gpt-eng…