-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 1.29 KB
/
Copy path.env.example
File metadata and controls
19 lines (16 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ── Provider ────────────────────────────────────────────────────────────────
# Which model provider to use. Default is Claude (Anthropic).
# Options: anthropic | openai | grok
LLM_PROVIDER=anthropic
# ── Claude (default) ────────────────────────────────────────────────────────
# Get a key at https://console.anthropic.com — new accounts include free credits
ANTHROPIC_API_KEY=your-anthropic-key-here
# ANTHROPIC_MODEL=claude-opus-4-7 # optional override
# ── OpenAI (set LLM_PROVIDER=openai) ────────────────────────────────────────
# Get a key at https://platform.openai.com/api-keys
# OPENAI_API_KEY=your-openai-key-here
# OPENAI_MODEL=gpt-4o # optional override
# ── Grok / xAI (set LLM_PROVIDER=grok) ──────────────────────────────────────
# Get a key at https://console.x.ai
# XAI_API_KEY=your-grok-key-here
# GROK_MODEL=grok-2-latest # optional override