mirror of
https://github.com/langchain-ai/recipe-chatbot.git
synced 2026-07-01 20:04:01 -04:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
# Copy this file to `.env` and fill in your credentials.
|
|
|
|
MODEL_NAME=openai/gpt-4.1-nano
|
|
|
|
LANGSMITH_API_KEY=
|
|
LANGSMITH_TRACING=true
|
|
|
|
# Example API keys
|
|
# OPENAI_API_KEY=
|
|
# TOGETHER_API_KEY=
|
|
# GEMINI_API_KEY=
|
|
# ANTHROPIC_API_KEY=
|