llm-manager 1.1.0

Terminal UI for managing LLMs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod about;
pub mod active;
pub mod help;
pub mod info;
pub mod log;
pub mod models;
pub mod profiles;
pub mod readme;
pub mod rpc_workers;
pub mod settings;
pub mod system_prompt_presets;
pub mod tabbed;