whisper.cpp
whisper.cpp copied to clipboard
whisper : add initial_prompt param
Related to #637.
Add initial_prompt so we can avoid some re-implement of prompt_tokens and n_prompt_tokens.
This changes removes the print of prompt tokens because it may not ideal in whisper_full.
It seems the Example Tests CI was broken after #642.