Vaibhavs10 / insanely-fast-whisper

Apache License 2.0
6.94k stars 505 forks source link

Missing option to provide a prompt argument #155

Closed hlevring closed 6 months ago

hlevring commented 6 months ago

Would be really valuable to have the option to add --initial_prompt argument https://platform.openai.com/docs/guides/speech-to-text/prompting

Vaibhavs10 commented 6 months ago

Hi @hlevring - Thanks for your issue and sorry for the delay in responding to you here. Currently we do not support it as mentioned here: https://github.com/Vaibhavs10/insanely-fast-whisper/issues/25

However, you can do so with vanilla transformers like this: https://github.com/huggingface/transformers/issues/27317#issuecomment-1849398973

(closing this issue for now, feel free to re-open it if you have follow-up questions.)