Update our preferred models#361
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #361 +/- ##
=============================================
+ Coverage 58.04% 58.09% +0.05%
Complexity 630 630
=============================================
Files 46 46
Lines 3189 3193 +4
=============================================
+ Hits 1851 1855 +4
Misses 1338 1338
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What?
Updates our preferred models to more recent ones for the three default providers
Why?
We maintain a list of our preferred models for text generation, image generation and vision handling. This allows us to be more confident that when someone uses one of our features with the three default providers, things will work (even if new models are released).
This does mean we need to maintain that list and periodically update it, which is what this PR does. Some providers (like OpenAI) have lots of models to choose from and while they often provide guidance on which models to choose, there is still some room for individual opinions here. I made my best judgement on the models to use but open to other opinions here.
How?
Updates our preferred model list with the most recent suggested models
Use of AI Tools
None
Testing Instructions
We're updating the text generation and vision models in this PR so need to test experiments that use those, ideally with the three default AI provider plugins