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 stumbled upon this issue while researching executing AI generated code in sandboxed environment.
I don't want to shamelessly shill our project but we might be building exactly what you need. It’s called E2B. We basically give your LLM an open source cloud computer (a sandbox).
We don’t do any LLM calls directly, instead, we’re focused on the code execution layer for LLMs.
One of the most frequent use cases for our users is building custom code interpreters and we have a dedicated support for that with a new version that behaves pretty much like the code interpreter functionality that ChatGPT’s has (provided you prompt the model right way). We basically run a Jupyter server inside the sandbox
We’re also completely open source and have a cloud offering.
Would love to learn if this would be helpful to you. Happy offer any support
Problem
Users want to generate code with a generative AI model, then run it in a safer, sandboxed environment.
Proposed Solution
Give users the option to generate and also run code in a sandboxed environment, not the kernel.
Additional context
OpenAI's code interpreter plugin, in alpha as of 2023-05-17, provides this feature.
Consider using the LangChain Python tool.
The text was updated successfully, but these errors were encountered: