14 lines
345 B
Text
14 lines
345 B
Text
# === Telegram (optional, for TG channel fetching) ===
|
|
TG_API_ID=
|
|
TG_API_HASH=
|
|
|
|
# === Groq Whisper (optional, for video/audio transcription) ===
|
|
# Free API key: https://console.groq.com/keys
|
|
GROQ_API_KEY=
|
|
|
|
# === Gemini (optional, for AI-powered analysis) ===
|
|
GEMINI_API_KEY=
|
|
|
|
# === Output ===
|
|
OUTPUT_DIR=./output
|
|
INBOX_FILE=./unified_inbox.json
|