Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whisper with language set when other language spoken it return translated #1843

Open
UniversalTechno opened this issue Feb 8, 2024 · 4 comments

Comments

@UniversalTechno
Copy link

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

@RazeBerry
Copy link

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?

@muety
Copy link
Sponsor

muety commented Jun 10, 2024

Same issue here.

@Nyralei
Copy link

Nyralei commented Jul 11, 2024

Same issue

@dzianisv
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants