openai_dive 1.2.2

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
10
11
12
13
14
15
16
17
18
pub mod administration;
pub mod audio;
pub mod batch;
pub mod chat;
pub mod embedding;
pub mod file;
pub mod fine_tuning;
pub mod image;
pub mod model;
pub mod moderation;
#[cfg(feature = "realtime")]
pub mod realtime;
pub mod response;
pub mod shared;
pub mod upload;
pub mod usage;
pub mod vector_store;
pub mod vector_store_file;