lc-cli 0.1.3

LLM Client - A fast Rust-based LLM CLI tool with provider management and chat sessions
Documentation
1
2
3
4
5
6
7
8
9
// Model-related modules
pub mod cache;
pub mod dump_metadata;
pub mod metadata;
pub mod unified_cache;

// Re-export with old names for compatibility
pub use cache as models_cache;
pub use metadata as model_metadata;