Powered by open-source Code Interpreter SDK by E2B
E2B's code interpreter SDK quickly creates a secure cloud sandbox powered by Firecracker.
Inside this sandbox is a running Jupyter server that the LLM can use.
We start by installing the E2B Code Interpreter SDK and Groq's JS SDK.
You can do that by simply calling
npm iCreate .env file in the root of the project and add your E2B API key to it.
You can use .env.template as a template.
cp .env.template .envJust run the code by calling
npm start