mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
enh: enable deepgram smart_format
This commit is contained in:
parent
f98ea78964
commit
8258dfb5af
@ -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 New Issue
Block a user