v7.4.3
7.4.3
- Fixed the response format of AudioCreateSpeechRequest.
- Updated Azure OpenAI version to
2023-12-01-preview
, which now supports dall-e 3. - Added the ability to retrieve header values from the base response, such as ratelimit, etc. Please note that this feature is experimental and may change in the future.
- Semi-Breaking change:
- The SDK will now attempt to handle 500 errors and other similar errors from the OpenAI server. Previously, an exception was thrown in such cases. Now, the SDK will try to read the response and return it as an error message. This change provides more visibility to developers and helps them understand the cause of the error.
What's Changed
- 452 responseformat wrongfully serialized by @kayhantolga in #453
- handle openai internal errors, return header varlues in baseresponse … by @kayhantolga in #454
- updated azure api version to support latest features. closes #318 by @kayhantolga in #455
- version bump 7.4.3 by @kayhantolga in #457
- 7.4.3 by @kayhantolga in #456
Full Changelog: v7.4.2...v7.4.3