Skip to content

Latest commit

 

History

History
 
 

gpt4-code-interpreter-py

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Build Custom Code Interpreter with E2B and GPT-4

This is a repo accompanying the official E2B guide on how to build your own custom code interpreter.

How to start

  1. Clone this repository
  2. Open the e2b-cookbook/guides/gpt4-code-interpreter-py directory
  3. Install dependencies:
poetry install
  1. Rename .env.example to .env and set up the API keys
  2. Start the app:
poetry run python3 gpt4_code_interpreter/main.py