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
6
7
8
9
#[cfg(feature = "reqwest")]
pub mod api;
#[cfg(feature = "reqwest")]
pub mod endpoints;
pub mod error;
#[cfg(feature = "reqwest")]
pub mod helpers;
pub mod models;
pub mod resources;