Files
graphtest/.env.example

10 lines
212 B
Plaintext
Raw Normal View History

2024-09-13 16:28:17 -07:00
# To separate your traces from other application
2024-09-13 16:57:34 -07:00
LANGSMITH_PROJECT=new-agent
2024-09-13 16:28:17 -07:00
# The following depend on your selected configuration
## LLM choice:
ANTHROPIC_API_KEY=....
FIREWORKS_API_KEY=...
OPENAI_API_KEY=...