1 2 3 4
//! Typed synchronous and streaming chat-completion request builders. mod data; pub use data::*;