//! OpenAI LLM adapter module.
//!
//! Exports [`OpenAIAdapter`] (and [`OpenAIConfig`]) for use with GPT-3.5, GPT-4,
//! and other OpenAI models.
//!
//! Enable the `openai-embeddings` feature flag to also get
//! [`OpenAIEmbeddingAdapter`].
pub use ;
pub use ;
pub use ;