feat: Add new openai models to config enum in package.json#1355
Conversation
📝 WalkthroughSummary by CodeRabbitRelease Notes
WalkthroughThe pull request updates the i18n-ally OpenAI translation configuration in package.json by expanding the enum of supported API models. The list of allowed models has been extended from a baseline set (including gpt-3.5-turbo and earlier gpt-4 variants) to include newer model identifiers such as gpt-4o, gpt-4o-mini, gpt-4o-2024-05-13, and gpt-5 variants. This is a configuration-only change affecting package.json with no modifications to application logic or error handling. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Please we need gpt-5 models |
|
Why dont you merge!! |
This pull request updates the list of supported OpenAI models in the
package.jsonfile, expanding compatibility with newer and upcoming models.Supported model updates:
gpt-4o-mini,gpt-4o-2024-05-13,gpt-4o,gpt-4.1-nano,gpt-4.1-mini,gpt-4.1,gpt-5,gpt-5-mini,gpt-5-nano, andgpt-5-chat-latestto the allowed models list.