Skip to content

Files

Latest commit

 

History

History

langchain-python

🦜⛓️ LangChain with Code Interpreting

This example shows how to add code interpreting to an LLM using the Code Interpreter SDK and LangChain.

Python notebook

Check out the official Python notebook related to this example.

Setup & run

1. Install dependencies

poetry install

2. Set up .env

Copy .env.template to .env and your set the API keys

3. Run the example

poetry run start