-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 886 Bytes
/
.env.example
File metadata and controls
23 lines (19 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# =============================================================================
# LLM PROVIDERS (at least one required)
# =============================================================================
# Anthropic (Claude)
# Get your key at: https://console.anthropic.com/
ANTHROPIC_API_KEY=your-anthropic-key-here
# OpenAI (GPT)
# Get your key at: https://platform.openai.com/api-keys
# OPENAI_API_KEY=your-openai-key-here
# Google (Gemini)
# Get your key at: https://aistudio.google.com/apikey
# GOOGLE_API_KEY=your-google-key-here
# =============================================================================
# OPTIONAL: LangSmith for observability
# =============================================================================
# Get your key at: https://smith.langchain.com/
# LANGSMITH_API_KEY=your-langsmith-key
# LANGSMITH_TRACING=true
# LANGSMITH_PROJECT=typescript-agents