v0.23.0
64bit
released this
05 Jun 00:34
·
28 commits
to main
since this release
Added
- Assistants streaming API support
- Assistant examples for file search, code interpreter, and function calling with streaming.
Updated
- Types synced from upstream spec
- crate dependencies
Bug Fixes
- Serialization and deserailization of types should lead to same data type. Reported and test included in #216 by @sontallive
- File retreive content API now returns
Bytes
instead ofString
FileCitation
deserialization fix #222 by @kitalia- assistant: don't send null values for tool resources #226 by @domenkozar
Miscellaneous
- WASM support has a new home https://github.com/ifsheldon/async-openai-wasm by @ifsheldon
Thank you contributors
- @sontallive made their first contribution in #216 🎉
- @kitalia made their first contribution in #222 🎉
- @ifsheldon for wasm support 🎉
- @domenkozar made their first contribution in #226 🎉