10 lines
212 B
Plaintext
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=...
|