DaVinci icon indicating copy to clipboard operation
DaVinci copied to clipboard

Use OpenAI Whisper Model

Open EA914 opened this issue 2 months ago • 1 comments

Hi DevMiser:

I suggest that instead of using Picovoice you just use OpenAI's speech-to-text API via their "whisper" model. Check my github for example code. This would simplify your code and prevent the need for multiple API keys.

Also might I suggest having your API keys in a .env file instead of in the code itself.

Thank you!

-Evan Alexander

EA914 avatar Apr 16 '24 04:04 EA914