6.8.1
6.8.1
- Breaking Change: Typo fixed in Content Moderation CategoryScores, changing
Sexualminors
toSexualMinors
. Thanks to @HowToDoThis. - Tokenizer changes thanks to @IS4Code.
- Performance improvement
- Introduced a new method
TokenCount
that returns the number of tokens instead of a list. - Breaking Change: Removed overridden methods that were basically string conversions.
I think these methods were not used much and it is fairly easy to do these conversions outside of the method.
If you disagree, let me know and I can consider adding them back.
What's Changed
- CreateModerationResponse.Categories fixed Typo mistake by @kayhantolga in #184
- Tokenizer Improvements by @kayhantolga in #185
- v6.8.1 by @kayhantolga in #187
Full Changelog: v6.8.0...v6.8.1