Skip to content

facundocabrera/geers-ai-lang-graph

Repository files navigation

Configuracion basica para que funcionen los notebooks en jupyter

Create a .env file at the root and add the following variables:

OPENAI_API_KEY=<your-key>

LANGCHAIN_API_KEY=<your-key>
LANGCHAIN_TRACING_V2=true
LANGCHAIN_PROJECT="<your-project-name>"