mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 10:02:10 -05:00
[GH-ISSUE #14956] feat: Deepgram Smart Formatting #32948
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 @benasraudys on GitHub (Jun 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14956
Check Existing Issues
Problem Description
I'm annoyed that when using deepgram for audio transcriptions, the resulting text has all lowercase letters, no punctuation, no understanding of urls, email adresses, phone numbers and so on.
Desired Solution you'd like
Deepgram has already a solution, you just have to enable
smart_format=truehttps://developers.deepgram.com/docs/smart-format
Perhaps this could be a toggle button in the settings.
Alternatives Considered
Using the openAI transcription services.
Additional Context
No response
@tjbck commented on GitHub (Jun 16, 2025):
Added with
8258dfb5af