Releases: 64bit/async-openai
Releases · 64bit/async-openai
v0.10.1
New
Log or retain useful information when error occurs for visibility and debuggability :
- added: Call
tracing::error!( ... )
with actual payload returned from API when de-serialization fails: to help debugging the APIs which are in beta and their types are "fluid" - added: Retain file path / directory / url in error message when download or save fails.
v0.10.0
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1 (please skip this and use 0.9.2 instead; its yanked on crates.io )
v0.9.0
Bug Squashed
finish_reason
inChatChoice
is nowOption<String>
#46
New Contributors
- @ming08108 made their first contribution in #46 🎉
v0.8.0
v0.7.0
New
- Bug fix in #37
- crate dependencies are upgraded, only
base64
crate had breaking changes - updated doc comment links from
beta.openai.com
toplatform.openai.com
New Contributors
- @luketpeterson made their first contribution in #37 🎉