-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 772 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (16 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Google Gemini -- primary language model + embeddings
GOOGLE_GENERATIVE_AI_API_KEY=
GOOGLE_LANGUAGE_MODEL= # optional, defaults to gemini-2.5-flash
GOOGLE_EMBEDDING_MODEL= # optional, defaults to gemini-embedding-001
# OpenRouter -- fallback language model (used when Google is unavailable or quota-limited)
OPENROUTER_API_KEY=
OPENROUTER_LANGUAGE_MODEL= # optional, defaults to minimax/minimax-m2.5:free
# Cloudflare AI Gateway (required for the primary Google language model)
CLOUDFLARE_ACCOUNT_ID=
CLOUDFLARE_GATEWAY_NAME=
CLOUDFLARE_API_KEY= # optional
# Supabase worker URL (server-side; defaults to http://localhost:7878)
SUPABASE_WORKER_URL=
SUPABASE_WORKER_SECRET=
# TMDB poster lookup
NEXT_PUBLIC_TMBD_ACCESS_TOKEN=