-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency @ai-sdk/openai to ^0.0.72 #8
base: main
Are you sure you want to change the base?
Update dependency @ai-sdk/openai to ^0.0.72 #8
Conversation
Run & review this pull request in StackBlitz Codeflow. |
Reviewer's Guide by SourceryThis PR updates the @ai-sdk/openai dependency from version 0.0.66 to 0.0.72. This update includes several bug fixes and new features, such as support for predicted outputs, object-json mode without schema, provider-defined tools, mp3 and wav audio inputs, and the ability to change the provider name for 3rd party OpenAI compatible providers. Class diagram showing updated OpenAI SDK capabilitiesclassDiagram
class OpenAIProvider {
+handlePredictedOutputs()
+handleObjectJSON()
+handleAudioInput()
+setProviderName()
+defineTools()
}
class ProviderUtils {
}
OpenAIProvider --> ProviderUtils
note for OpenAIProvider "Updated from v0.0.66 to v0.0.72"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
WalkthroughThe pull request involves a minor dependency update for the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🔇 Additional comments (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This PR contains the following updates:
^0.0.66
->^0.0.72
Release Notes
vercel/ai (@ai-sdk/openai)
v0.0.72
Compare Source
Patch Changes
0bc4115
: feat (provider/openai): support predicted outputsv0.0.71
Compare Source
Patch Changes
54a3a59
: fix (provider/openai): support object-json mode without schemav0.0.70
Compare Source
Patch Changes
3b1b69a
: feat: provider-defined toolsaa98cdb
]1486128
]7b937c5
]3b1b69a
]811a317
]v0.0.68
Compare Source
Patch Changes
741ca51
: feat (provider/openai): support mp3 and wav audio inputsv0.0.67
Compare Source
Patch Changes
39fccee
: feat (provider/openai): provider name can be changed for 3rd party openai compatible providersConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.