mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #18104] feat: deepgram doesn't seem to work in French #18496
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scwall on GitHub (Oct 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18104
Check Existing Issues
Problem Description
Description
Thank you for this OpenWebUI project that I actively use 🙌
I would like to suggest an improvement regarding the speech recognition module (Speech-to-Text).
Currently, when using external engines like Deepgram, it's impossible to manually set the language or specify
language=multito enable multilingual recognition (for example, French + German in the same sentence).Current Issue
The "Speech-to-Text Model" field does allow you to choose a model like
nova-3,but additional parameters (such as
language=multi) cannot be set.Some API calls such as those sent to Deepgram look like:
And it is not possible to add such correct calls:
Desired Solution you'd like
Add in the STT configuration interface:
multilanguage=multi,language=fr, etc.Use Case
Here is a typical example:
language=multi, the STT engine only recognizes English by default (Deepgram).Thank's 🙏🙏🙏