mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #4834] enh: advanced options for TTS integrations #13751
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 @kiosion on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4834
Is your feature request related to a problem? Please describe.
The main issue I've faced with the current TTS integration is later reqs failing for long responses due to how content's split up by sentence. Long enough responses are split into enough reqs that they exceed OAI's ratelimits & fail.
Describe the solution you'd like
Since OAI's voice models are limited by RPM (e.g.,
tts-1-hd's limited to 5 RPM @ tier 2), it'd be great to see some more advanced options surfaced in the Admin Panel UI for controlling how responses are split up / sent out to the selected TTS API.