diff --git a/src/content/workers-ai-models/whisper-large-v3-turbo.json b/src/content/workers-ai-models/whisper-large-v3-turbo.json index 1117126534435ca..d440851ed2ef149 100644 --- a/src/content/workers-ai-models/whisper-large-v3-turbo.json +++ b/src/content/workers-ai-models/whisper-large-v3-turbo.json @@ -41,8 +41,8 @@ "description": "The language of the audio being transcribed or translated." }, "vad_filter": { - "type": "string", - "default": "false", + "type": "boolean", + "default": false, "description": "Preprocess the audio with a voice activity detection model." }, "initial_prompt": {