mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #13720] feat: Support choosing a language while using the Deepgram Voice API. #55673
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 @homjay on GitHub (May 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13720
Check Existing Issues
Problem Description
When using the Deepgram API, I cannot choose a language. The default language of nova-3 is English, even when I speak other languages.
Desired Solution you'd like
Add a feature to select a language, using the official API example:
Alternatives Considered
No response
Additional Context
No response
@morbificagent commented on GitHub (May 9, 2025):
Yes i have tried using Deepgram nova-3 here too (germany) and noticed this too...
Would be great so we could use it in other languages
@morbificagent commented on GitHub (May 9, 2025):
I temporarily tinkered around in
/app/backend/open_webui/routers/audio.py
Unfortunately, that's all I can do for now, but it works at the moment until (hopefully) it gets properly implemented.
@blazejp83 commented on GitHub (May 14, 2025):
+1, interested in this as well
@tjbck commented on GitHub (May 23, 2025):
#13989
@jfouret commented on GitHub (Jun 19, 2025):
@tjbck I think it works only with Whisper
@homjay commented on GitHub (Jun 28, 2025):
I'm still having a little trouble choosing a language while using the Deepgram Voice API. Am I missing something?
@homjay commented on GitHub (Jun 28, 2025):
Perhaps, we should create another issue