-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (14 loc) · 593 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (14 loc) · 593 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Supabase — required
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your_supabase_anon_key_here
# AI Provider — "anthropic" (default), "google", or "kimi"
AI_PROVIDER=anthropic
# Model override — leave unset to use the provider default
# Anthropic default: claude-haiku-4-5-20251001
# Google default: gemini-2.5-flash
# Kimi default: kimi-k2.6
# AI_MODEL=
# API keys — only the one matching your AI_PROVIDER is required
ANTHROPIC_API_KEY=your_anthropic_key_here
# GOOGLE_GENERATIVE_AI_API_KEY=your_google_key_here
# MOONSHOT_API_KEY=your_moonshot_key_here