From 138f0eb003505c798243525cceb6f5fe6e85c4cb Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 13 May 2025 08:07:13 -0700 Subject: [PATCH] fix: (docs) Rm unused api keys --- docs/docs/tutorials/langgraph-platform/local-server.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/tutorials/langgraph-platform/local-server.md b/docs/docs/tutorials/langgraph-platform/local-server.md index b8eefd9a8..26eac3bb0 100644 --- a/docs/docs/tutorials/langgraph-platform/local-server.md +++ b/docs/docs/tutorials/langgraph-platform/local-server.md @@ -11,7 +11,6 @@ Before you begin, ensure you have the following: This quickstart uses the `react-agent` template and requires the following: - An API key for [Anthropic](https://console.anthropic.com/) -- An API key for [OpenAI](https://openai.com/) - An API key [Tavily](https://app.tavily.com/) ## 1. Install the LangGraph CLI @@ -68,7 +67,6 @@ You will find a `.env.example` in the root of your new LangGraph app. Create a ` LANGSMITH_API_KEY=lsv2... TAVILY_API_KEY=tvly-... ANTHROPIC_API_KEY=sk- -OPENAI_API_KEY=sk-... ``` ## 5. Launch LangGraph Server 🚀