mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #8282] audio interaction #15066
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 @khalilxg on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8282
so im using latest open-webui web version,
im using openai apis;
so when i click on call or voice-record to interact using voice, i got this error in the frontend "400: This model requires that either input content or output modality contain audio."
when clicking also on call it throws this error too "404: This is not a chat model and thus not supported in the v1/chat/completions endpoint. Did you mean to use v1/completions?"
@tjbck commented on GitHub (Jan 2, 2025):
Omnimodels are not supported currently.@khalilxg commented on GitHub (Jan 2, 2025):
thanks, how about forcing stt to be in certain language, exemple im talking russian i want it to return in russian language not latin :/ docs are in russian language
@khalilxg commented on GitHub (Jan 2, 2025):
all models are returning in latin alphabets now
@khalilxg commented on GitHub (Jan 2, 2025):
im using whisper api and whisper local, both have same output
@Blygf commented on GitHub (Jan 3, 2025):
i havc the same issue. will this be fixed? not using chatgpt but when calling, there is an error with the speech, but when i press the read outloud button, there isnt an error: {detail: "400: property 'chat_id' is unsupported, did you mean 'seed'?"}
@khalilxg commented on GitHub (Jan 3, 2025):
BEST solution is to wait or create omni models support, whisper models are not a fiable solution