You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenWebUI requires an /audio/transcriptions endpoint to handle audio-to-text processing. This feature will allow users to transcribe audio input via the API.
Expected Behavior:
The endpoint should accept an audio file (e.g., MP3, WAV).
It should return the transcribed text in JSON format.