E2B
E2B copied to clipboard
Secure open source cloud runtime for AI apps & AI agents
This PR adds support for Azure OpenAI. Azure OpenAI is similar to OpenAI but requires a base URL for the Azure instance, deployment name of the model and the API...
Fix lights _Originally posted by @Alaaryad in https://github.com/Alaaryad/scaling-engine/issues/7#issuecomment-1553859489_
When you execute a command or code that takes up all the CPU/RAM it can block communication and make the SDK request timeout because there is no response.
If you create a new directory with our SDK and then try to move a file into the newly created directory, you receive a permission denied error. Reproducible Python example...
I've been using `e2b template init` and naturally wanted to type something like `e2b template init "my-project-sandbox"` which would then create a new sandbox template with alias "my-project-sandbox".
Got a new computer and tried to build an e2b template. Ran into docker issues. Don't think it's really an e2b issue, but prevented a build for a good long...
Running the JS [file download snippet](https://e2b.dev/docs/sandbox/api/download#use-case-for-downloading-files) in Node 20 gave me: ``` Uncaught: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or...
When a user passes a wrong API key ```js try { const sandbox = await Sandbox.create({ apiKey: 'wrong-api-key' }) } catch (error) { console.error(error) console.error(error.status) } ``` we throw the...
When you upload a file via URL on the frontend you have to manually call your backend if you want to react there to this event. We could have a...
**Describe the bug** If your docker image is big and the push takes over ~ 5 minutes, the build fails just after the push. **To Reproduce** Steps to reproduce the...