mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #2878] Adding Speech-to-Text via OpenAI API #13050
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 @colaber2 on GitHub (Jun 6, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2878
Using Whisper locally with low to medium resources effects the quality and speed of voice conversations.
Since openAI API is also used in chat and tts, adding the ability to use stt OpenAI API would enhance the experience especially if you plan to add in the future voice only conversations mode just like in chatGPT app.
@colaber2 commented on GitHub (Jun 6, 2024):
Also big huge thanks in advance.
@tjbck commented on GitHub (Jun 6, 2024):
#2248