1 2 3 4 5 6 7
mod completions; mod chat; use serde::{Deserialize, Serialize}; pub use chat::Chat; pub use chat::ChatModel; pub use completions::*;