-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 861 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Morphkit Environment Variables
# Copy this file to .env and fill in the values
# --- API Key (Morphkit Cloud) ---
# Get your API key at https://morphkit.dev/dashboard
# Free tier: 20 conversions/month, Pro: unlimited
MORPHKIT_API_KEY=morphkit_sk_your_key_here
# --- AI Provider (for enhanced analysis) ---
# At least one of these is recommended for best results.
# Claude is preferred, but any will work. Set --no-ai to skip.
ANTHROPIC_API_KEY=sk-ant-your_key_here
# OPENAI_API_KEY=sk-your_key_here
# XAI_API_KEY=xai-your_key_here
# --- Advanced ---
# Override the Morphkit API endpoint (for self-hosted deployments)
# MORPHKIT_API_URL=https://your-supabase-project.supabase.co/functions/v1
# Disable AI response caching (useful for development)
# MORPHKIT_NO_AI_CACHE=1
# Skip Swift syntax validation after generation
# MORPHKIT_SKIP_SWIFT_VALIDATION=1