From fe3098f528f34e85861c8a6e4e4103f4e8b28144 Mon Sep 17 00:00:00 2001 From: kodster28 Date: Thu, 5 Jun 2025 10:02:53 -0500 Subject: [PATCH] [Workers AI] Fix whisper param --- src/content/workers-ai-models/whisper-large-v3-turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1117126534435c..d440851ed2ef14 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": {