Releases: dongri/openai-api-rs
Releases · dongri/openai-api-rs
v8.0.0
What's Changed
- Make object field in openai-compatible response optional by @MoonKraken in #190
New Contributors
- @MoonKraken made their first contribution in #190
Full Changelog: v7.0.1...v8.0.0
v7.0.1
What's Changed
- Do not serialize any AudioTranscription property if its null. by @serbanbjd in #188
New Contributors
- @serbanbjd made their first contribution in #188
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- feat: implement
v1/chat/completionsendpoint as stream consumption by @LeadcodeDev in #186 - Fix stream for OpenAI by @dongri in #187
Full Changelog: v6.0.13...v7.0.0
v6.0.13
What's Changed
- feat: upgrade tokio-tungstenite version from 0.24 to 0.28 by @LeadcodeDev in #185
New Contributors
- @LeadcodeDev made their first contribution in #185
Full Changelog: v6.0.12...v6.0.13