mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 10:23:30 +00:00
docs: ensure consistency in declaring LANGCHAIN_API_KEY... (#14823)
... variable, accompanied by a quote Co-authored-by: Yacine Bouakkaz <Yacine.Bouakkaz@evokegroup.com>
This commit is contained in:
parent
78ae276df7
commit
2929509edd
@ -66,7 +66,7 @@ If you do want to use LangSmith, after you sign up at the link above, make sure
|
||||
|
||||
```shell
|
||||
export LANGCHAIN_TRACING_V2="true"
|
||||
export LANGCHAIN_API_KEY=...
|
||||
export LANGCHAIN_API_KEY="..."
|
||||
```
|
||||
|
||||
### LangServe
|
||||
|
Loading…
Reference in New Issue
Block a user