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
pub mod audit_log;
pub mod invite;
pub mod project;
pub mod project_api_key;
pub mod project_rate_limit;
pub mod project_service_account;
pub mod project_user;
pub mod user;