mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-20 05:16:01 +01:00
small fixes
This commit is contained in:
@@ -5,7 +5,7 @@ OPENAI_API_KEY="XXX"
|
||||
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"
|
||||
ALLOWED_TELEGRAM_USER_IDS="USER_ID_1,USER_ID_2"
|
||||
|
||||
# Whether to show OpenAI token usage information after each response
|
||||
SHOW_USAGE=false
|
||||
Reference in New Issue
Block a user