Skip to content

👾 Code Interpreter API

Version code-check Downloads License PyVersion

CodeInterpreterAPI allows you to easily build apps like the "Advanced Data Analysis" you may know from ChatGPT. Build on top of LangChain and CodeBox, it provides a simple API for chatting with an AI that can run Python code to do anything you want.

Key features

  • Dataset Analysis, Stock Charting, Image Manipulation, ....
  • Internet access and auto Python package installation
  • Input text + files -> Receive text + files
  • Conversation Memory: respond based on previous inputs
  • Run everything local except the OpenAI API (OpenOrca or others maybe soon)
  • Use CodeBox API for easy scaling in production

Resources