1 2 3 4 5
pub mod client; pub mod config; pub use client::Client; pub use config::{Config, ModelConfig, ModelName, RouterMode};