Create a talking chatGPT
What's it like to interact with chatGPT by speaking to it instead of typing to it? What's it like to hear it speak back? Build your own talking chatGPT to find out.
As of this writing, openAI has just announced a limited rollout to chatGPTPlus members of a version of the service that you can talk to and hear answers spoken back. Just prior to this I'd developed a prototype with the same functionality, using google cloud speech-to-text / text-to-speech, node record, and the openAI API.
In this video tutorial series, I'll show you how to build this for your own use case.
You can get the finalized code here.