Add the new OpenAI Moderation model #811
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the Change
In #531 we added a Feature to moderate comments using the OpenAI Moderation tool. They recently released a new Moderation model (
omni-moderation-latest
, see https://openai.com/index/upgrading-the-moderation-api-with-our-new-multimodal-moderation-model/) so this PR ensures we are using that model. In addition, added in a helper method (similar to what we do in other places) making it easy to filter that model if someone wants to use the older one.Note: this new moderation model is multi-modal, which means it supports images. I've not added any new functionality in this PR but this new model would open up other possibilities, like moderating image uploads as an example.
How to test the Change
wp-admin/edit-comments.php
) and find the new comment. Using the bulk dropdown or the inline links, send the comment to moderationChangelog Entry
Credits
Props @dkotter
Checklist: