llm-manager 1.1.0

Terminal UI for managing LLMs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Re-export crate modules for integration tests.
// Integration tests in tests/ run as separate crates and must use `use llm_manager::...`.

pub mod app_tests;
pub mod benchmark_tests;
pub mod config_tests;
pub mod event_tests;
pub mod hub_tests;
pub mod models_tests;
pub mod render_tests;
pub mod server_tests;
pub mod ui_utils_tests;