mirror of
https://github.com/langchain-ai/memory-template.git
synced 2026-07-01 13:40:54 -04:00
10 lines
221 B
Bash
10 lines
221 B
Bash
# To separate your traces from other application
|
|
LANGSMITH_PROJECT=memory-graph
|
|
|
|
# The following depend on your selected configuration
|
|
|
|
## LLM choice:
|
|
# ANTHROPIC_API_KEY=....
|
|
# FIREWORKS_API_KEY=...
|
|
# OPENAI_API_KEY=...
|