v6.8.1
版本发布时间: 2023-03-21 18:41:24
betalgo/openai最新发布版本:v8.7.0(2024-09-23 20:48:43)
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 https://github.com/betalgo/openai/pull/184
- Tokenizer Improvements by @kayhantolga in https://github.com/betalgo/openai/pull/185
- v6.8.1 by @kayhantolga in https://github.com/betalgo/openai/pull/187
Full Changelog: https://github.com/betalgo/openai/compare/v6.8.0...v6.8.1