mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
deepgram multilanguage detection string #61
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 @rollingstone87 on GitHub (Mar 6, 2025).
https://developers.deepgram.com/docs/language-detection
Quote from deepgram,
Enable Feature
To enable Language Detection, when you call Deepgram’s API, add a detect_language parameter set to true in the query string:
detect_language=true
To transcribe audio from a file on your computer, run the following cURL command in a terminal or your favorite API client.
From the test case, nova-2, nova-2-general, nova-3 works with english only with default setting in openwebui.
@Twozee-Tech commented on GitHub (Apr 2, 2025):
Would be great to have it. There could be as well option to directly put language directly, like "language=fr"