Skip to content

Commit

Permalink
docs: ensure consistency in declaring LANGCHAIN_API_KEY... (#14823)
Browse files Browse the repository at this point in the history
... variable, accompanied by a quote

Co-authored-by: Yacine Bouakkaz <[email protected]>
  • Loading branch information
yacine555 and Yacine Bouakkaz authored Dec 17, 2023
1 parent 78ae276 commit 2929509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/get_started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2929509

Please sign in to comment.