Replies: 1 comment
-
Seems like this project uses the Monster API which offers much lower costs than OpenAI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I realize that this project interfaces with a local install of Whisper which is the most cost efficient.
However I am wondering if this could be connected to OpenAI's API directly, and how would I go about doing that?
I am the author of a Chrome extension called "Talk to ChatGPT" (over 200K+ users at the moment) and I've been getting requests to implement Whisper speech 2 text.
A lot of the code I've seen so far makes use of a local Whisper install, but in my use case I'd have to go through the OpenAI API.
Do you think it's realistic if I look into your code and try to adapt some of it for the OpenAI API, or is this going to be completely inappropriate?
Many thanks in advance for your reply fellow developer.
Clement
Beta Was this translation helpful? Give feedback.
All reactions