-
Notifications
You must be signed in to change notification settings - Fork 44.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to allow access outside of working directory #1862
Comments
It made it unusable for my use case, so I put in pull request #1875 to remove the working directory restrictions. I still suggest making them into environment variables for people who care about restricting it to a working directory. |
Ended up adding the environment variable to my PR to make it easier to get it pushed through. |
The issue in your example is with determining the path of the |
Duplicates
Summary 💡
Yeah, I know, probably not always ideal, but having this thing limited to a working directory that it can't seem to access half the time is not ideal. It would be good to have an option to bypass this safety with an environment variable that can allow people to give it the option to read and write files anywhere it wants.
I personally run Auto-GPT in an Ubuntu VM that I set up for the sole purpose of letting it break itself if it needs to. It isn't ideal for everyone to have this on, but it would be helpful to have as an option.
Examples 🌈
Motivation 🔦
Easier to allow it to work with existing files than making duplicates in its workspace.
The text was updated successfully, but these errors were encountered: