botserver/src/llm_legacy/mod.rs

4 lines
53 B
Rust
Raw Normal View History

2025-10-06 20:06:43 -03:00
pub mod llm;
pub mod llm_generic;
pub mod llm_local;