whisper.cpp
whisper.cpp copied to clipboard
whisper with language set when other language spoken it return translated
whisper with language set when other language spoken it return translated to the language in option how to let whisper to not translate and just return blank or ignore the request ?
Thanks
Strangely I am having the same problem where my audio is in French and yet it is automatically translated to English despite the translate parameter is set to false?
Same issue here.
Same issue
Same issue, I started server with
./server --host 127.0.0.1 --port 8083"
And the request
curl localhost:8083/inference \
-H "Content-Type: multipart/form-data" \
-F file="@$HOME/Downloads/1.ogg" \
-F temperature="0.0" \
-F temperature_inc="0.2" \
-F response_format="json"
Returns a transltated from native to English text.