mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-25 07:45:43 +01:00
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
# Your OpenAI API key
|
|
OPENAI_API_KEY="XXX"
|
|
|
|
# Your Telegram bot token obtained using @BotFather
|
|
TELEGRAM_BOT_TOKEN="XXX"
|
|
|
|
# Telegram user ID of admins, or - to assign no admin.
|
|
ADMIN_USER_IDS="ADMIN_1_USER_ID,ADMIN_2_USER_ID"
|
|
|
|
# Comma separated list of telegram user IDs, or * to allow all.
|
|
ALLOWED_TELEGRAM_USER_IDS="USER_ID_1,USER_ID_2"
|