ai.rs

1pub mod auth;
2pub mod completion;
3pub mod embedding;
4pub mod models;
5pub mod prompts;
6pub mod providers;
7#[cfg(any(test, feature = "test-support"))]
8pub mod test;