zackees/transcribe-anything

Support for Whisper initial_prompt?

trbielec opened this issue · 1 comments

Does this project have support for Whisper's initial_prompt?

I wonder if automatically using any of the YouTube title, description, and/or tags could be useful for transcription accuracy since they are likely to be spoken in the audio but are not being used for context.

I've fixed this by parsing all unknown arguments and passing them to whisper ai. Confirmed it's fixed by the unit test

It will be present in v2.1.0 and above.