You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
added: rustls support. By default async-openai now use rustls for reqwest; native tls ( which was default behavior of reqwest ) is available through feature flag native-tls#60