.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ANTHROPIC_API_KEY
secret
LLM for analysis (humor/slang/quiz) Uses OpenAI-SDK-compatible endpoints. Settings can also be changed in-app via the Settings modal; env…
ANTHROPIC_BASE_URL
secret
ANTHROPIC_MODEL
secret
WHISPER_API_KEY
secret
Whisper transcription (replaces YouTube caption fetch) If WHISPER_API_KEY is set, we use an OpenAI-compatible Whisper API (fast). Otherwise…
WHISPER_BASE_URL
OpenAI: https://api.openai.com/v1 AIHubMix: https://aihubmix.com/v1 Groq: https://api.groq.com/openai/v1 (use model=whisper-large-v3-turbo)
WHISPER_MODEL
WHISPER_LOCAL_MODEL
Local whisper CLI settings (used only when WHISPER_API_KEY is empty). Options: tiny.en | base.en | small.en | medium.en. tiny.en ≈ 7×…