enricoros / big-AGI

Generative AI suite powered by state-of-the-art models and providing advanced AI/AGI functions. It features AI personas, AGI functions, multi-model chats, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy on-prem or in the cloud.
https://big-agi.com
MIT License
5.12k stars 1.16k forks source link

[BUG] ElevenLabs speach returns only in English if browser set to English #589

Open nick-harder opened 1 month ago

nick-harder commented 1 month ago

Description

Whenever the browser or the PC is set to English, "eleven_monolingual_v1" model is used. So even though the chat is in a different language, the English voice is used, which makes this voice useless. Many people use several languages during work. It would be beneficial to switch to "eleven_multilingual_v2" throughout the whole code and remove the nonEnglish parameter, as there is no difference in the cost for the models right now. What do you think?

Device and browser

MacBook Air Safari and Chrome

Screenshots and more

No response

Willingness to Contribute

enricoros commented 1 month ago

@nick-harder that's a great suggestion, will need to look into it. There's a setting in Preferences > Voice, which was supposed to change the language but probably not working correctly or at all.