mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #18923] feat: provide api of whisper/tts/ocr/text embedder so that they can also be shared by other apps other than openwebui. #18717
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 @ghost on GitHub (Nov 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18923
Check Existing Issues
Problem Description
people have to download multiple copy of whisper/tts/ocr/text embedder and load them into gpu memory if they deploy more than one ai software on the same computer.
Desired Solution you'd like
provide api of whisper/tts/ocr/text embedder so that they can also be shared by other apps other than openwebui.
Alternatives Considered
https://github.com/open-webui/open-webui/discussions/1606
https://github.com/open-webui/open-webui/discussions/17621
https://github.com/open-webui/open-webui/discussions/938
Additional Context
No response