small fixes

This commit is contained in:
ned
2023-03-03 00:42:01 +01:00
parent 10220835ac
commit fdbd327f75
2 changed files with 6 additions and 6 deletions

View File

@@ -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