codeinterpreter api
Basic Information
This repository provides an open source implementation of the ChatGPT Code Interpreter intended for developers building LLM applications. It is a LangChain-based library that enables sandboxed Python code execution using CodeBox as the backend so you can run code safely while keeping the large language model remote. The project supports workflows that combine text and file inputs and produces text plus file outputs. It is designed for local experiments with only the OpenAI API required for the LLM, and it also includes guidance for production scaling via the CodeBox API. The README includes installation instructions, usage examples for synchronous and asynchronous sessions, dataset analysis and plotting examples, and pointers to documentation and contact information for support.