tigros / Whisperer

Batch speech to text using OpenAI's whisper.
264 stars 24 forks source link

Do NOT use v3 it is not supported yet! #74

Closed basicbh closed 2 months ago

basicbh commented 2 months ago

hello,thanks for your work! how to use v3,and how to support it? thanks!

tigros commented 2 months ago

you would need to use another project, like whisper.cpp or original openai's whisper, which is python.

from what i gather however it's not sure that v3 is better, still hallucinations, i've seen a few complaints here and there.