You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ cp .env.example .env
34
34
35
35
You should then open up the `.env` file and fill in with relevant OpenAI, Anthropic, and [Tavily](https://app.tavily.com/sign-in) API keys.
36
36
37
+
**Note: do NOT add a LANGSMITH_API_KEY to the .env file.** We will do this automatically for you when you authenticate, and if you do this manually this may cause errors.
38
+
37
39
Once you've set up the project, you can use it in LangGraph Studio. Let's dive in!
0 commit comments