Why isn't there a "large-v3" option in the Whisper model list? #2096
jasonsu123
started this conversation in
General
Replies: 1 comment 1 reply
-
You are using old version, update whisper to the latest release: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I've been rewriting the Whisper code recently because it seems that openai.Audio.transcribe is no longer supported.
The original code result = openai.Audio.transcribe("whisper-1", f) was changed to model = whisper.load_model(" ").
However, the response only lists the available models as ['tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'small', 'medium.en', 'medium', 'large-v1', 'large-v2', 'large'].
Why is there no "large-v3" option?
Thank you
Best regards;
Beta Was this translation helpful? Give feedback.
All reactions