-
Notifications
You must be signed in to change notification settings - Fork 59.3k
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
feat: add o1 model #5416
feat: add o1 model #5416
Conversation
@skymkmk is attempting to deploy a commit to the NextChat Team on Vercel. A member of the Team first needs to authorize it. |
Caution Review failedThe pull request is closed. WalkthroughThe changes introduce logic in the Changes
Possibly related PRs
Poem
Tip OpenAI O1 model for chat
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 (
|
Your build has completed! |
Is the default timeout a bit too short? When using the o1 model, my average time is generally over 60 seconds, with an average of around 90 seconds. Should the timeout threshold be increased for o1? |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
添加了 o1-mini 与 o1-preview 模型
📝 补充信息 | Additional Information
o1 系列模型暂时不支持多模态,system 角色,流式传输,工具函数(plugin 插件),温度,核采样,两个惩罚度等,OpenAI 可能会在下面几周添加这些功能的支持。
Summary by CodeRabbit
New Features
Bug Fixes