-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 795 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (16 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Vercel AI Gateway API Key (required for AI-powered scene generation)
# Get your API key from: https://vercel.com/docs/ai-gateway
AI_GATEWAY_API_KEY=your_vercel_ai_gateway_api_key_here
# Optional: override the default AI model used through AI Gateway
AI_GATEWAY_MODEL=google/gemini-2.5-pro
# Modal.com Token (required for Manim video compilation)
# Get your token from: https://modal.com/settings/tokens
MODAL_TOKEN_SECRET=your_modal_token_here
# Vercel Blob Storage Token (required for video storage)
# Get your token from: https://vercel.com/dashboard/stores
BLOB_READ_WRITE_TOKEN=your_vercel_blob_token_here
# Context7 API Key (optional - for enhanced documentation context)
CONTEXT7=your_context7_key_here
# Modal Configuration
MODAL_FALLBACK_TO_LOCAL=false
USE_MODAL_COMPILATION=true