Remove references to DALL·E image models#414
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 #414 +/- ##
==========================================
Coverage 65.75% 65.75%
Complexity 763 763
==========================================
Files 53 53
Lines 3863 3863
==========================================
Hits 2540 2540
Misses 1323 1323
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?
Removes any references to OpenAI's DALL·E image models
Why?
OpenAI announced that the DALL·E image models (both 2 and 3) are being deprecated on May 12. I had thought we were still referencing DALL·E 3 in our preferred image model list but apparently I had already removed that in #361. We still had a few references in documentation and tests so this PR removes those.
How?
Use of AI Tools
None
Testing Instructions
None needed. Ensure tests pass