mirror of
https://github.com/langchain-ai/langsmith-pii-removal.git
synced 2026-07-01 19:54:41 -04:00
7 lines
181 B
Bash
7 lines
181 B
Bash
OPENAI_API_KEY=sk-
|
|
|
|
# If using LangSmith
|
|
LANGSMITH_TRACING=true
|
|
LANGSMITH_ENDPOINT="https://api.smith.langchain.com"
|
|
LANGSMITH_API_KEY=lsv2_pt_
|
|
LANGSMITH_PROJECT="pii-masking-agent" |