v8.5.0
版本发布时间: 2024-06-16 01:16:34
betalgo/openai最新发布版本:v8.7.0(2024-09-23 20:48:43)
8.5.0
- Assistant Stream now returns the
BaseResponse
type, but they can be cast to the appropriate types(RunStepResponse
,RunResponse
,MessageResponse
). The reason for this change is that we realized the stream API returns multiple different object types rather than returning a single object type. - The Base Response now has a
StreamEvent
field, which can be used to determine the type of event while streaming.
What's Changed
- Update Readme.md by @kayhantolga in https://github.com/betalgo/openai/pull/593
- sync by @kayhantolga in https://github.com/betalgo/openai/pull/595
- code cleanup by @kayhantolga in https://github.com/betalgo/openai/pull/597
- Improved Assistant streaming methods by @kayhantolga in https://github.com/betalgo/openai/pull/600
- sync by @kayhantolga in https://github.com/betalgo/openai/pull/601
- 8.5.0 by @kayhantolga in https://github.com/betalgo/openai/pull/602
Full Changelog: https://github.com/betalgo/openai/compare/v8.4.0...v8.5.0