v7.3.0
版本发布时间: 2023-10-17 23:47:06
betalgo/openai最新发布版本:v8.7.0(2024-09-23 20:48:43)
- Updated Moderation categories as reported by @dmki.
-
Breaking Changes:
- Introduced the use of
EnsureStatusCode()
after making requests.Please adjust your code accordingly for handling failure cases. Thanks to @miroljub1995 for reporting. - Previously, we used to override paths in the base domain, but this behavior has now changed. If you were using
abc.com/mypath
as the base domain, we used to ignore/mypath
. This will no longer be the case, and the code will now respect/mypath
. Thanks to @Hzw576816 for reporting.
- Introduced the use of
What's Changed
- removed finetnuning cleanup function by @kayhantolga in https://github.com/betalgo/openai/pull/385
- readme update by @kayhantolga in https://github.com/betalgo/openai/pull/386
- 362 missing moderation categories by @kayhantolga in https://github.com/betalgo/openai/pull/387
- closes#367 Fix: Prevent BaseDomain override in HttpClient requests by @kayhantolga in https://github.com/betalgo/openai/pull/388
- closes#277 Fix: implemented EnsureSuccessStatusCode after before read… by @kayhantolga in https://github.com/betalgo/openai/pull/389
- 7.3.0 by @kayhantolga in https://github.com/betalgo/openai/pull/392
Full Changelog: https://github.com/betalgo/openai/compare/v7.2.0...v7.3.0