-
Notifications
You must be signed in to change notification settings - Fork 5.3k
OpenAI model updates #13951
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
OpenAI model updates #13951
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
WalkthroughThe pull request introduces multiple version updates across various OpenAI action components, reflecting enhancements, bug fixes, or minor revisions. Significant changes include the update of the image analysis model in the Changes
Possibly related PRs
Suggested labels
Poem
Tip OpenAI O1 model for chat
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (35)
Files skipped from review due to trivial changes (30)
Additional comments not posted (8)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 (
|
Closes #13945
Replaced deprecated
gpt-4-vision-preview
with the recommended replacementgpt-4o
(it's also twice as cheap as the deprecated model).Also replaced the default chat completion model
gpt-3.5-turbo
withgpt-4o-mini
as recommended by OpenAI as "cheaper, more capable, multimodal, and just as fast".Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Documentation
Chores