Releases: tjardoo/openai-client
Releases · tjardoo/openai-client
v1.3.3
What's Changed
- Skip serializing prompt if Option::is_none by @DenisGorbachev in #152
- Make ResponseObject::usage optional by @DenisGorbachev in #153
- Fix InputItemStatus serialization by @DenisGorbachev in #154
- Fix InputItem by @DenisGorbachev in #155
New Contributors
- @DenisGorbachev made their first contribution in #152
Full Changelog: 1.3.2...1.3.3
v1.3.2
v1.3.1
What's Changed
- Revert seed deletion from the ChatCompletionParameters struct by @fabienric in #145
- Feature/streaming api response by @Marlinski in #147
- Add response stream example by @tjardoo in #149
Full Changelog: 1.3.0...1.3.1
v1.3.0
What's Changed
- Added continuous_usage_stats param in /v1/chat/completions by @Wats0ns in #140
- Add support for content array in tool chat messages by @fabienric in #143
- Chat + model updates by @tjardoo in #142
- Add GPT-4, GPT-5 model and remove deprecated
- Update realtime resources (not beta anymore)
Full Changelog: 1.2.4...1.3.0
v1.2.4
v1.2.3
What's Changed
- Audio transcriptions improvement by @fabienric in #133
- Fix formatting uninlined_format_args by @tjardoo in #135
- Add ability to specify query params for post requests with chat completions by @skeptrunedev in #134
Full Changelog: 1.2.2...1.2.3
v1.2.2
v1.2.1
What's Changed
- Fix the
ChatCompletionToolChoiceenum serialization by @fabienric in #129 - Add an extra_body parameter by @fabienric in #130
Full Changelog: 1.2.0...1.2.1
v1.2.0
What's Changed
- Chat completion response format deserialization is not working as expected by @RemiSahl in #127
- FunctionToolCallOutput's id is optional by @kinoh in #124
New Contributors
Full Changelog: 1.1.0...1.2.0