You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and there is no existing issue for my problem
GPT-3 or GPT-4
I am using Auto-GPT with GPT-3 (GPT-3.5)
Steps to reproduce 🕹
Found another bug with regard to git.
When it tries to clone to a wrong absolute dir, I provide feedback and tell it that it is in a filesystem sandbox and thus should be using relative paths.
NEXT ACTION: COMMAND = read_file ARGUMENTS = {'file': 'Auto-GPT/README.md'}
An absolutely sane command, but... the repo was cloned relatively to the process current dir, not relatively to the sandbox dir. So README.md isn't there even though Auto-GPT did everything correctly.
Current behavior 😯
It cannot read the file
Expected behavior 🤔
It should be able to read the file.
Your prompt 📝
ai_goals:
- Google something about Auto-GPT
- Write README.md
- Terminateai_name: Manager-GPTai_role: a project manager in a software company
The text was updated successfully, but these errors were encountered:
GPT-3 or GPT-4
Steps to reproduce 🕹
Found another bug with regard to git.
When it tries to clone to a wrong absolute dir, I provide feedback and tell it that it is in a filesystem sandbox and thus should be using relative paths.
And it uses correctly, using the following:
Then it tries to read README.md:
An absolutely sane command, but... the repo was cloned relatively to the process current dir, not relatively to the sandbox dir. So README.md isn't there even though Auto-GPT did everything correctly.
Current behavior 😯
It cannot read the file
Expected behavior 🤔
It should be able to read the file.
Your prompt 📝
The text was updated successfully, but these errors were encountered: