flynnoct / chatgpt-telegram-bot

Telegram bot implemented by OFFICIAL OpenAI ChatGPT API (gpt-3.5-turbo, released on 2023-03-01)
MIT License
181 stars 43 forks source link

Audio interaction does not work #56

Closed han3on closed 1 year ago

han3on commented 1 year ago

I have used command pip install ffmpeg-python to get ffmpeg installed, and have set enable_voice to true, after I restarted the bot, the audio interaction still does not work, anything wrong I did?

SklyC commented 1 year ago

you should install ffmpeg not ffmpeg-python.

han3on commented 1 year ago

Thanks, I got it fixed now.

flynnoct commented 1 year ago

Thanks @SklyC .