feat: add conversational Telegram AI chat
This commit is contained in:
@@ -51,6 +51,11 @@ TELEGRAM_BOT_TOKEN=
|
||||
TELEGRAM_CHAT_ID=
|
||||
TELEGRAM_POLL_INTERVAL=5000
|
||||
TELEGRAM_CHANNELS=
|
||||
TELEGRAM_AI_CHAT_ENABLED=true
|
||||
TELEGRAM_AI_HISTORY_MESSAGES=8
|
||||
TELEGRAM_AI_MAX_INPUT_CHARS=2000
|
||||
TELEGRAM_AI_MAX_TOKENS=2048
|
||||
TELEGRAM_AI_TIMEOUT_MS=300000
|
||||
|
||||
# Discord bot/webhook
|
||||
DISCORD_BOT_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user