chatgpt-telegram-bot
chatgpt-telegram-bot copied to clipboard
Ability for bot to answer with TTS
I'd like to suggest a feature for bot to respond with TTS-generated voice message, configurable with a switch.
Something like REPLY_WITH_TTS=true that would default to false.
Or perhaps a bit deeper:
REPLY_MODE=text|tts|both
It would default to text but would allow the answer to be generated in text, voice or both.
nice idea
You can do it with plugin: https://github.com/n3d1117/chatgpt-telegram-bot/pull/468 For example, add to the prompt a request to always respond with voice messages