fix(asr): switch whisper model to whisper-large-v3-turbo

This commit is contained in:
2026-06-06 11:43:09 +02:00
parent e10cef4b05
commit ac7e7c92d1
+1 -1
View File
@@ -268,7 +268,7 @@ router.post('/transcribe', async (req: any, res) => {
'Content-Type': 'application/json'
},
body: JSON.stringify({
model: 'openai/whisper-large-v3',
model: 'openai/whisper-large-v3-turbo',
input_audio: {
data: base64Data,
format: ext