botserver/src/llm_legacy/mod.rs

3 lines
53 B
Rust

pub mod llm;
pub mod llm_generic;
pub mod llm_local;