fix(asr): switch whisper model to whisper-large-v3-turbo
This commit is contained in:
@@ -268,7 +268,7 @@ router.post('/transcribe', async (req: any, res) => {
|
|||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
model: 'openai/whisper-large-v3',
|
model: 'openai/whisper-large-v3-turbo',
|
||||||
input_audio: {
|
input_audio: {
|
||||||
data: base64Data,
|
data: base64Data,
|
||||||
format: ext
|
format: ext
|
||||||
|
|||||||
Reference in New Issue
Block a user