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

Add OpenAI Whisper Input #61

Closed tjhubz closed 1 year ago

tjhubz commented 1 year ago

I think it would be really cool if OpenAI's whisper could be used as an input method for text if possible.

Currently using the tool for case interviews and think it would be really helpful if I could evaluate my spoken responses. Could be a cool way to interact with the GPT API!

tluyben commented 1 year ago

I added this here : https://github.com/cogentapps/chat-with-gpt/pull/58

It has browser speech recognition as well as Whisper and you can switch between them.