mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #8681] Support for Kokoro-FastAPI TTS Model #15213
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 @Omni-NexusAI on GitHub (Jan 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8681
Feature Request
Issue: Kokoro-FastAPI theoretically should support OpenAI's endpoints out of the box. Kokoro-FastAPI is designed to be compatible with OpenAI's speech endpoints. However, when attempting to replace values under the correct fields within Open_WebUI for OpenAI TTS settings, there is no audio output after LLM generates its model response. So this suggests that a backend adjustment is needed to be able to utilize Kokoro-FastAPI in Open-WebUI's advanced voice mode.
Benefit: Kokoro-FastAPI provides high-quality, fast, and locally runnable text-to-speech. This feature would expand Open WebUI's functionality, enhancing user experience.