whisper.cpp
whisper.cpp copied to clipboard
fix missing reference to "model" variable in actual shell command run in whisper.nvim
trafficstars
There is a small bug in the whisper.nvim script where you use the model variable to check the existence of the model, but you don't use it in the actual stream command invocation at the bottom of the script. I fixed it.
Thanks for all the hard work. This is an awesome project.