mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
enhancement: Allow selection of OpenAI TTS models #810
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 @jmtatsch on GitHub (May 5, 2024).
OpenAI allows to choose from two model variants, tts-1 and tts-1-hd.
https://help.openai.com/en/articles/8555505-tts-api
open-webui defaults to tts-1 now and does not allow to configure this in the UI.
It would be great if we could choose between tts-1, tts-1-hd or potentially other model names.
That would allow voice cloning with https://github.com/matatonic/openedai-speech/ to work
@Yanyutin753 commented on GitHub (May 6, 2024):
i want to try and feat it
@Yanyutin753 commented on GitHub (May 6, 2024):
it’s done. Wait. Update the translation