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
// Data storage modules
pub mod config;
pub mod database;
pub mod keys;
pub mod vector_db;