1#![allow(clippy::too_many_arguments)] 2 3pub mod error_handling; 4pub mod openai; 5pub mod openai_api; 6pub(crate) mod util;