Skip to content

Commit 3b53f5a

Browse files
kodster28sdnts
authored andcommitted
[Workers AI] Fix whisper param (cloudflare#22935)
1 parent 42db8a8 commit 3b53f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/workers-ai-models/whisper-large-v3-turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"description": "The language of the audio being transcribed or translated."
4242
},
4343
"vad_filter": {
44-
"type": "string",
45-
"default": "false",
44+
"type": "boolean",
45+
"default": false,
4646
"description": "Preprocess the audio with a voice activity detection model."
4747
},
4848
"initial_prompt": {

0 commit comments

Comments
 (0)