v8.3.0
版本发布时间: 2024-06-04 04:33:38
betalgo/openai最新发布版本:v8.7.0(2024-09-23 20:48:43)
8.3.0
- Updated Assistant tests, added sample for CreateMessageWithImage
- Azure Assistant endpoints are updated since documentation reference still earlier version (Assistant v1). I am not sure if Azure supports all Assistant v2 features. So, feedback is much appreciated.
- Fixed error handling and response parsing for audio transcription result in text mode.
- Fixed Culture issue for number conversions (Audio Temperature and Image N)
- Removed file_ids from Create Assistant
- Added Support for Chat LogProbs
- Fixed File_Id Typo in file VisionImageUrl
- Updated File purpose enum list
What's Changed
- Feature/assistant file ids stability by @pappde in https://github.com/betalgo/openai/pull/574
- The routes for Azure OpenAI Assistant are fixed. by @kayhantolga in https://github.com/betalgo/openai/pull/578
- Fixed ToString culture problems by @kayhantolga in https://github.com/betalgo/openai/pull/579
- 573 audiocreatetranscriptionrequest if specify a responseformat that isnt json then responsesuccessful is not set correctly by @kayhantolga in https://github.com/betalgo/openai/pull/580
- Added support for chat LogProbs. by @kayhantolga in https://github.com/betalgo/openai/pull/581
- 8.3.0 by @kayhantolga in https://github.com/betalgo/openai/pull/582
Full Changelog: https://github.com/betalgo/openai/compare/v8.2.2...v8.3.0