-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unsafe code execution? #38
Comments
What would be the use-case for doing that? |
Reminds me of Gnome devs. The use case is: There literally is no code execution feature, only "safe" code execution. But I do not care about safety, I only care about LLM running code. And yes there is open-interpreter, but they aren't in open-webui. |
I understand this sentiment, I truly do. However this repository is named safe-code-execution, so please forgive me as it's a bit surprising to get a request about removing safety... For context, I created this because all of the pre-existing "code execution" plugins on Open WebUI's repository all basically yolo'd Python's fwiw, environment preloading and package installation is already possible even with safe execution if you install them in the Docker image you're running in (via All that said, there's a good argument to be made that perhaps this tool now has better UX than those "yolo |
What! I could only find this repo! I didn't know there were already unsafe code executions. Google has blessed you Interesting how you found this, I can't seem to find it through search engines. |
for example you want to point it to a directory and let it read files on your home system, sort them out. Doing that executely would mean.... Somehow transferring the files to the sandbox, after execution, getting the files back where I want to place them. That's a lot of overhead. If I don't trust the LLM you can just prompt me for y/n before execution. But without the overhead I could just go on with my life without thinking about breaking the sandbox |
Is there a way to not sandbox the code execution? That would be really nice.
The text was updated successfully, but these errors were encountered: