Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 378 Bytes

File metadata and controls

25 lines (19 loc) · 378 Bytes

Usage

Environment

GOOGLE_API_KEY=
LANGSMITH_API_KEY=
LANGSMITH_TRACING=true
LANGSMITH_ENDPOINT="https://api.smith.langchain.com"
LANGSMITH_PROJECT=default

excute

./setup.sh

or if you cant,

chmod +x setup.sh
./setup.sh

if you already got analyze_results.json file and no need to analyze again, add suffix --test when excute setup.sh