Files
chatgpt-telegram-bot/.env.example
2023-03-03 00:42:01 +01:00

11 lines
319 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"
# Whether to show OpenAI token usage information after each response
SHOW_USAGE=false