replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120)

This commit is contained in:
Isaac Francisco
2025-01-10 17:24:40 -08:00
committed by GitHub
parent 5c2fbb5b86
commit 62074bac60
82 changed files with 191 additions and 191 deletions

View File

@@ -37,9 +37,9 @@ If you don't have access, you can skip this section
```shell
export LANGCHAIN_TRACING_V2=true
export LANGCHAIN_API_KEY=<your-api-key>
export LANGCHAIN_PROJECT=<your-project> # if not specified, defaults to "default"
export LANGSMITH_TRACING=true
export LANGSMITH_API_KEY=<your-api-key>
export LANGSMITH_PROJECT=<your-project> # if not specified, defaults to "default"
```
## Launch LangServe