mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[PR #8652] [CLOSED] feat: Add STT_MAX_FILE_SIZE_MB to config using ENV var & UI #45312
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8652
Author: @charnesp
Created: 1/17/2025
Status: ❌ Closed
Base:
dev← Head:configurable_STT_MAX_FILE_SIZE_MB📝 Commits (1)
905fcceAdd STT_MAX_FILE_SIZE_MB to config using ENV var📊 Changes
3 files changed (+26 additions, -1 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+2 -0)📝
src/lib/components/admin/Settings/Audio.svelte(+18 -1)📄 Description
Add STT_MAX_FILE_SIZE_MB to config using ENV var & UI configuration page, enabling the configuration of the max size of an audio file which can be processed through Speech-To-Text pipeline
Needed when we want to upload big audio files, or in the opposite if we want to bypass the auto-STT pipeline
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Add STT_MAX_FILE_SIZE_MB to config using ENV var & UI configuration page, enabling the configuration of the max size of an audio file which can be processed through Speech-To-Text pipeline
Needed when we want to upload big audio files, or in the opposite if we want to bypass the auto-STT pipeline
Added
Add STT_MAX_FILE_SIZE_MB to config using ENV var & UI configuration page
Changed
3 files updated : config.py, main.py and Audio.svelte
Deprecated
None
Removed
None
Fixed
None
Security
None
Breaking Changes
None
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.