whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

fix missing reference to "model" variable in actual shell command run in whisper.nvim

Open sixcircuit opened this issue 1 year ago • 0 comments
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.

sixcircuit avatar Apr 12 '24 21:04 sixcircuit