Skip to main content

bitrouter_api/router/
mod.rs

1pub mod admin;
2#[cfg(feature = "anthropic")]
3pub mod anthropic;
4#[cfg(feature = "google")]
5pub mod google;
6pub mod models;
7#[cfg(feature = "openai")]
8pub mod openai;
9pub mod routes;