mirror of
https://github.com/langchain-ai/sdk-load-test.git
synced 2026-07-01 13:14:41 -04:00
7 lines
357 B
Bash
7 lines
357 B
Bash
# langsmith
|
|
LANGSMITH_TRACING=true
|
|
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com" # Replace with your instance!
|
|
LANGSMITH_API_KEY="<langsmith_api_key>"
|
|
LANGSMITH_PROJECT="<project_name>"
|
|
|
|
OTEL_BSP_MAX_QUEUE_SIZE=10000 # default is 2048, increase if you are benchmarking a lot of data and see `Queue is full, likely spans will be dropped.` in the logs. |