pub type Client<H = Client> = Client<CohereExt, H>;
pub struct Client<H = Client> { /* private fields */ }