added option to reply to voice messages directly with the chatgpt response of the transcript

This commit is contained in:
ned
2023-03-06 14:00:07 +01:00
parent 06c7972012
commit 8fab052411
3 changed files with 23 additions and 9 deletions

View File

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