File size: 471 Bytes
35676b4 7880373 35676b4 7880373 35676b4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # Copy this file to .env and fill in your keys
ANTHROPIC_API_KEY=
# LangSmith tracing (opt in only; retrieved evidence can contain sensitive text)
LANGCHAIN_TRACING_V2=false
LANGCHAIN_API_KEY=
LANGCHAIN_PROJECT=amplegest
# Tavily live news search
TAVILY_API_KEY=
# Alpha Vantage earnings call transcripts
# Get keys at https://www.alphavantage.co/support/#api-key
# Two keys rotate to stay under the per-key rate limit
ALPHAVANTAGE_API_KEY_1=
ALPHAVANTAGE_API_KEY_2=
|