👾

Code Interpreter API

Star us on Github

Welcome

This project provides a LangChain implementation of the ChatGPT Code Interpreter. It allows you to have a back and forth chat with the AI assistant to get it to help with programming tasks, data analysis, and more. You can run everything local except the LLM using your own OpenAI API Key.

Some key features:

  • Sandboxed execution of Python code snippets provided by the AI assistant using CodeBox. CodeBox is the simplest cloud infrastructure for your LLM Apps.
  • Automatic handling of file uploads/downloads
  • Support for stateful conversations with chat history
  • Extensible architecture to add custom tools and logic