docs: update another langsmith key ref (#986)

This commit is contained in:
Vadym Barda
2024-07-10 12:33:34 -04:00
committed by GitHub
parent 7cad1658f6
commit 166aaa1bac
+1 -1
View File
@@ -193,7 +193,7 @@ Before using, you need to get the URL of your LangGraph deployment. You can find
You also need to make sure you have set up your API key properly so you can authenticate with LangGraph Cloud.
```shell
export LANGCHAIN_API_KEY=...
export LANGSMITH_API_KEY=...
```
The first thing to do when using the SDK is to setup our client, access our assistant, and create a thread to execute a run on: