mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
enh: enable deepgram smart_format
This commit is contained in:
parent
f98ea78964
commit
8258dfb5af
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ def transcription_handler(request, file_path, metadata):
|
||||||
|
|
||||||
# Make request to Deepgram API
|
# Make request to Deepgram API
|
||||||
r = requests.post(
|
r = requests.post(
|
||||||
"https://api.deepgram.com/v1/listen",
|
"https://api.deepgram.com/v1/listen?smart_format=true",
|
||||||
headers=headers,
|
headers=headers,
|
||||||
params=params,
|
params=params,
|
||||||
data=file_data,
|
data=file_data,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue