-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Remove legacy GPT-3.5 Turbo 16k via OpenAI API #838
Remove legacy GPT-3.5 Turbo 16k via OpenAI API #838
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@coderabbitai review |
Actions performedReview triggered.
|
WalkthroughThe changes involve the complete removal of the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant BotManager
participant Localization
User->>BotManager: Request available bots
BotManager-->>User: Return list of bots (without OpenAIAPI3516KBot)
User->>Localization: Request available models
Localization-->>User: Return list of models (without gpt-35-turbo-16k)
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (13)
💤 Files with no reviewable changes (13)
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 (
|
@coderabbitai review |
@PeterDaveHello: I have performed a full review of the PR. Actions performedFull review triggered. |
674997d
to
48890bc
Compare
@coderabbitai review |
@PeterDaveHello: I will review the changes. ✅ Actions performedReview triggered.
|
`gpt-3.5-turbo` now default has the 16k context window, and `gpt-3.5-turbo-16k` has been marked `legacy`, though it's not `deprecated`, there seems to be no reason to maintain both of them. Reference: - https://platform.openai.com/docs/models/gpt-3-5-turbo
gpt-3.5-turbo
now default has the 16k context window, andgpt-3.5-turbo-16k
has been markedlegacy
, though it's notdeprecated
, there seems to be no reason to maintain both of them.Reference:
Summary by CodeRabbit
New Features
GeminiAdvBot
,Gemma7bItBot
,Gemma2bItBot
,Claude3SonnetBot
,Claude3OpusBot
, andKimiBot
to enhance user options.Bug Fixes
gpt-35-turbo-16k
model across multiple localization files, ensuring users only see currently supported models.Documentation
gpt-35-turbo-16k
entry in English, Spanish, Japanese, Korean, Vietnamese, Chinese, and Traditional Chinese.