ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

Adding voice command

Open akshatsingh1718 opened this issue 2 years ago • 2 comments

I want to add voice command and voice reply feature to this project.

akshatsingh1718 avatar Jan 24 '23 09:01 akshatsingh1718

You'll need to process your voice using some NLP libraries/apis then use it as input for chatgpt.

https://chatgpttalk.com/

adminha avatar Jan 24 '23 09:01 adminha

Use OpenAI whisper https://github.com/openai/whisper

acheong08 avatar Jan 24 '23 10:01 acheong08