Documentation
1
2
3
4
5
6
7
8
mod error;
pub mod utils;
pub use error::{Error, Result};

pub mod chat_completions;
pub mod clients;
pub mod embeddings;
pub mod graph;