Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 19, 2024
1 parent 424a08a commit 2add468
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/agent_executor/base.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"id": "c0860511-03c2-49bb-937b-035f84142b7e",
"metadata": {},
"source": [
"## Setup\n",
"## Setup\n",
"\n",
"First we need to install the packages required\n",
"\n",
"```bash\n",
"yarn add langchain @langchain/openai @langchain/langgraph\n",
"yarn add @langchain/community @langchain/anthropic @langchain/langgraph @langchain/core\n",
"```"
]
},
Expand All @@ -32,11 +32,11 @@
"id": "5f4179ce-48fa-4aaf-a5a1-027b5229be1a",
"metadata": {},
"source": [
"Next, we need to set API keys for OpenAI (the LLM we will use) and Tavily (the\n",
"Next, we need to set API keys for Anthropic (the LLM we will use) and Tavily (the\n",
"search tool we will use)\n",
"\n",
"```bash\n",
"export OPENAI_API_KEY=\n",
"export ANTHROPIC_API_KEY=\n",
"export TAVILY_API_KEY=\n",
"```"
]
Expand Down

0 comments on commit 2add468

Please sign in to comment.