1mod adapter; 2mod backend; 3mod model_map; 4 5pub use adapter::{OpenAiAdapter, OpenAiAdapterBuilder}; 6pub mod api_v1; 7mod client; 8pub mod error;