openai_dive 1.4.3

OpenAI Dive is an unofficial async Rust library that allows you to interact with the OpenAI API.
Documentation
1
2
3
4
5
pub mod items;
pub mod request;
#[allow(clippy::module_inception)]
pub mod response;
pub mod shared;