19 lines
481 B
Plaintext
19 lines
481 B
Plaintext
# Discord Configuration
|
|
DISCORD_TOKEN=your_discord_bot_token_here
|
|
DISCORD_GUILD_ID=123456789012345678
|
|
DISCORD_TLDR_CHANNEL_ID=123456789012345678
|
|
|
|
# LLM Provider (anthropic or openai)
|
|
LLM_PROVIDER=anthropic
|
|
ANTHROPIC_API_KEY=sk-ant-xxxxx
|
|
# OPENAI_API_KEY=sk-xxxxx
|
|
|
|
# Schedule (24h format, comma-separated)
|
|
SUMMARY_HOURS=6,13,22
|
|
|
|
# How far back to look for messages (hours)
|
|
LOOKBACK_HOURS=8
|
|
|
|
# Channels to exclude (comma-separated channel IDs)
|
|
# EXCLUDE_CHANNELS=123456789,987654321
|