From a44240f02e0fd64bcc0ad9042df863d1b371bd04 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 17 Apr 2026 08:38:18 +0200 Subject: [PATCH] Add model parameter to audio transcription payload --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.jsx b/src/App.jsx index 74cfbef..c9194e5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -676,6 +676,7 @@ export default function App() { body: JSON.stringify({ mime_type: mimeType || detectedMimeType || 'audio/webm', audio_base64: payload, + model: transcriptionModel || null, language: audioInputLanguage || null, }), })