Files
graphtest/.env.example
2024-09-13 16:28:17 -07:00

12 lines
238 B
Plaintext

TAVILY_API_KEY=...
# To separate your traces from other application
LANGSMITH_PROJECT=retrieval-agent
# The following depend on your selected configuration
## LLM choice:
ANTHROPIC_API_KEY=....
FIREWORKS_API_KEY=...
OPENAI_API_KEY=...