openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.7k stars 483 forks source link

Add missing moderation enums. #178

Closed iBotPeaches closed 1 year ago

iBotPeaches commented 1 year ago

In testing we were missing a few enums. Traced it back to this package missing some of the enums from here: https://platform.openai.com/docs/guides/moderation/moderation

Linting is failing unrelated to this PR from the main branch as well, so I'll throw another PR for that to keep split.

iBotPeaches commented 1 year ago

rebased. Should be good after merge of #179

gehrisandro commented 1 year ago

@iBotPeaches Thanks for your PR.

Guess they added more values after we implemented the feature initially.