Files
graphtest/.env.example
William FH 5f4ae0a56f Setup New Project template
(Remove react agent code)
2024-09-18 20:16:02 -07:00

10 lines
212 B
Plaintext

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