-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 748 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (16 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Telegram API credentials (from https://my.telegram.org)
TELEGRAM_API_ID=your_api_id
TELEGRAM_API_HASH=your_api_hash
# Telegram session string (generated via scripts/generate_session.py)
TELEGRAM_SESSION_STRING=your_session_string
# Telegram Bot token (from @BotFather)
TELEGRAM_BOT_TOKEN=your_bot_token
# Output channel ID or @username (where summaries will be posted)
OUTPUT_CHANNEL_ID=@your_channel_or_-100123456789
# OpenRouter API key (from https://openrouter.ai)
OPENROUTER_API_KEY=your_openrouter_api_key
# Summary interval in minutes (default: 30)
SUMMARY_INTERVAL_MINUTES=30
# LLM model to use (default: google/gemini-2.5-flash-lite)
# See docs/llm-comparison.md for model options and pricing
LLM_MODEL=google/gemini-2.5-flash-lite