-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: compatibility with OpenAI's API #182
Comments
I like this idea. It would be useful if you could explain OpenAI's endpoints a bit and what the output format is for the data. thank you |
I've ended up forking a project that does specifically that: https://github.com/didmar/whisper-api-server |
Good idea! I was actually planning to implement this change in version 2.0. I'll start to make some breaking changes to the repository after the new year. |
I've recently created faster-whisper-server, which supports |
proof of concept: #237. Still needs a lot of love and some abstraction to work across openai-whisper/faster-whisper cores |
If I'm not mistaken, this API is different from OpenAI's.
It prevents usage as a drop-in replacement for other applications or plugins that connect to Whisper (such as https://github.com/nikdanilov/whisper-obsidian-plugin).
This would be great to avoid ad-hoc implementations in each of these applications and plugins.
The text was updated successfully, but these errors were encountered: