I have searched the existing issues and discussions.
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.
Originally created by @benasraudys on GitHub (Jun 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14956
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### 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=true`
https://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_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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