n3d1117 / chatgpt-telegram-bot

🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python
GNU General Public License v2.0
2.97k stars 1.37k forks source link

/transcribe command #464

Open mustafa0x opened 9 months ago

mustafa0x commented 9 months ago

Is it possible to selectively transcribe messages in a group?

Related: would be nice if it doesn't automatically transcribe videos.

n3d1117 commented 9 months ago

Hi @mustafa0x, I think this could be done via a plugin using Whisper APIs, similar to how #468 does text to speech. Will keep this open as an enhancement!