Skip to content

[Workers AI] Fix whisper param #22935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged

Conversation

kodster28
Copy link
Contributor

Summary

fixes #22927 and fixes #22734

@kodster28 kodster28 requested review from craigsdennis, pedrosousa and a team as code owners June 5, 2025 15:03
Copy link
Contributor

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 To request another review, post a new comment with "/windsurf-review".

Comment on lines +44 to +45
"type": "boolean",
"default": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing the 'vad_filter' property from a string type with a string default ('false') to a boolean type with a boolean default (false) is correct for schema accuracy. Please ensure that any client code or documentation referencing the old string type/value is updated accordingly to prevent integration issues.

@kodster28 kodster28 enabled auto-merge (squash) June 5, 2025 15:04
Copy link
Contributor

github-actions bot commented Jun 5, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/workers-ai-models/ @craigsdennis, @pedrosousa, @cloudflare/pcx-technical-writing

Copy link
Contributor

github-actions bot commented Jun 5, 2025

@kodster28 kodster28 merged commit b86d6d8 into production Jun 5, 2025
11 checks passed
@kodster28 kodster28 deleted the workers-ai-whisper-param branch June 5, 2025 15:15
@Ky96262
Copy link

Ky96262 commented Jun 5, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation Mismatch: vad_filter Parameter Type Should Be Boolean Docs: vad_filter string default false?
5 participants