cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.31k stars 493 forks source link

Whisper stt api #58

Closed tluyben closed 1 year ago

tluyben commented 1 year ago

Whisper is working.

cogentapps commented 1 year ago

Works great! Thank you for implementing it, this is one of the most asked for features.

It's late here but I will merge this tomorrow. I'll do a quick review to note down any tweaks I want to make.

tluyben commented 1 year ago

Works great! Thank you for implementing it, this is one of the most asked for features.

It's late here but I will merge this tomorrow. I'll do a quick review to note down any tweaks I want to make.

Improvements can be many : https://github.com/saharmor/whisper-playground/tree/main/interface/src, we can learn from this , because it does incremental transcribing which would be vastly better than chunking.