mirror of
https://github.com/langchain-ai/agent-inbox-langgraph-example.git
synced 2026-07-01 20:44:06 -04:00
12 lines
238 B
Bash
12 lines
238 B
Bash
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=...
|