diff --git a/docs/docs/tutorials/customer-support/customer-support.ipynb b/docs/docs/tutorials/customer-support/customer-support.ipynb index 73ca73925..07fff6f97 100644 --- a/docs/docs/tutorials/customer-support/customer-support.ipynb +++ b/docs/docs/tutorials/customer-support/customer-support.ipynb @@ -35,7 +35,7 @@ "outputs": [], "source": [ "%%capture --no-stderr\n", - "% pip install -U langgraph langchain-community langchain-anthropic tavily-python pandas" + "%pip install -U langgraph langchain-community langchain-anthropic tavily-python pandas openai" ] }, { @@ -55,6 +55,7 @@ "\n", "\n", "_set_env(\"ANTHROPIC_API_KEY\")\n", + "_set_env(\"OPENAI_API_KEY\")\n", "_set_env(\"TAVILY_API_KEY\")" ] }, @@ -85,7 +86,9 @@ "cell_type": "code", "execution_count": 21, "id": "71638c2a-5038-439e-907a-de2bb548db34", - "metadata": {"hide_from_vcr": true}, + "metadata": { + "hide_from_vcr": true + }, "outputs": [], "source": [ "import os\n", @@ -176,7 +179,9 @@ "cell_type": "code", "execution_count": 22, "id": "654e2f81", - "metadata": {"hide_from_vcr": true}, + "metadata": { + "hide_from_vcr": true + }, "outputs": [], "source": [ "import re\n",