-
Notifications
You must be signed in to change notification settings - Fork 10k
[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
Conversation
There was a problem hiding this 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".
| "type": "boolean", | ||
| "default": false, |
There was a problem hiding this comment.
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.
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://fe3098f5.preview.developers.cloudflare.com |
|
Hello Jun,
Thank you for the approval! If you have any further suggestions or feedback regarding the changes made in PR #22935, please feel free to share. Your insights are always valuable.
Sincerely,
Oxyjun
…-------- Orijinal E-posta-----------
İtibaren: Jun Lee ***@***.***>
Gönderilmiş: 5 Haziran 2025 18:05:16 GMT+03:00
İle: cloudflare/cloudflare-docs ***@***.***>
Bilgi: Subscribed ***@***.***>
Ders: Re: [cloudflare/cloudflare-docs] [Workers AI] Fix whisper param (PR #22935)
@Oxyjun approved this pull request.
--
Reply to this email directly or view it on GitHub:
#22935 (review)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Summary
fixes #22927 and fixes #22734