//! OpenAI API client library.
//!//! A type-safe, async client for the OpenAI Chat Completions API.
modauth;modclient;moderror;modtypes;pubuseauth::{ApiKeyAuth, AuthStrategy};pubuseclient::{Client, ClientBuilder};pubuseerror::{OpenAiError,Result};pubusetypes::*;