Releases: tjardoo/openai-client
Releases · tjardoo/openai-client
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
v1.1.0
V1.0.1
What's Changed
ResponseOutput::Reasoningis renamed to"computer_call"during serialization by @ozaner in #120- Add serde tag to ContentItem by @FunPineapple in #122
- Fix typo computer use environment by @tjardoo in #123
New Contributors
- @ozaner made their first contribution in #120
- @FunPineapple made their first contribution in #122
Full Changelog: 1.0.0...1.0.1