mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #7890] Pass audio files directly to LLM instead of passing a transcript #53588
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 @Simon-Stone on GitHub (Dec 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7890
Is your feature request related to a problem? Please describe.
With multimodal LLMs that can process audio now widely available, it would be very helpful to pass an audio file directly to the model, similar to how images can now be sent as part of a message.
Describe the solution you'd like
When uploading an audio file, a dialog popup should ask whether the file should be transcribed to text or passed as context directly.