Skip to content

v0.10.1

Compare
Choose a tag to compare
@64bit 64bit released this 25 Mar 21:57
· 110 commits to main since this release
async-openai-v0.10.1
554cfde

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.