mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-31 10:45:51 +01:00
added option to reply to voice messages directly with the chatgpt response of the transcript
This commit is contained in:
@@ -11,4 +11,7 @@ ALLOWED_TELEGRAM_USER_IDS="USER_ID_1,USER_ID_2"
|
||||
SHOW_USAGE=false
|
||||
|
||||
# Max number of messages to keep in memory, after which the conversation will be summarised
|
||||
MAX_HISTORY_SIZE=10
|
||||
MAX_HISTORY_SIZE=10
|
||||
|
||||
# Whether to answer to voice messages with the transcript or with a ChatGPT response of the transcript
|
||||
VOICE_REPLY_WITH_TRANSCRIPT_ONLY=true
|
||||
Reference in New Issue
Block a user