chatgpt-telegram-bot icon indicating copy to clipboard operation
chatgpt-telegram-bot copied to clipboard

Ability for bot to answer with TTS

Open kithawk opened this issue 1 year ago • 2 comments

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.

kithawk avatar Nov 17 '23 09:11 kithawk

nice idea

khanfar avatar Dec 11 '23 22:12 khanfar

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

Jipok avatar Dec 25 '23 07:12 Jipok