-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Migrate Whisper transcriber (v2.0) to OpenAI SDK #5731
Comments
I'd like to work on this & please provide additional info about this issue on how to achieve the goal |
@ZanSara I have checked over repo, there are three whisper based classes |
Please assign me this issue! I am a beginner and I would like to fix a good-first-issue |
Hello everybody! This is the related class: You can consider this as an example of managing the OpenAI SDK: OpenAITextEmbedder Feel free to work on this and submit a PR... |
Hello, @Mohit1345 and @awinml and thanks for your efforts... It would be great if you could work together to realize this migration. I suggest you collaborate on #6149 (because it also fixes part of #6116). |
How can we move forward , I have replaced the whisper-openai to open ai sdk based transcription code. |
Now that we're using OpenAI's SDK for LLM generators, we should also migrate Whisper transcriber to OpenAI SDK instead of using
whisper-openai
, to reduce the number of dependencies.The text was updated successfully, but these errors were encountered: