foundation_ai 0.0.1

AI foundation crate for the eweplatform
1
2
3
4
5
#[cfg(not(target_family = "wasm"))]
pub mod generator;
pub mod providers;

pub use providers::model_descriptors;