mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-06 14:35:39 +01:00
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
# Your OpenAI API key
|
|
OPENAI_API_KEY="XXX"
|
|
|
|
# Your Telegram bot token obtained using @BotFather
|
|
TELEGRAM_BOT_TOKEN="XXX"
|
|
|
|
# Comma separated list of telegram user IDs, or * to allow all
|
|
ALLOWED_TELEGRAM_USER_IDS="USER_ID_1,<USER_ID_2" |