This is a repo accompanying the official E2B guide on how to build your own custom code interpreter.
- Clone this repository
- Open the
e2b-cookbook/guides/gpt4-code-interpreter-py
directory - Install dependencies:
poetry install
- Rename
.env.example
to.env
and set up the API keys - Start the app:
poetry run python3 gpt4_code_interpreter/main.py