vtcode-config 0.112.0

Config loader components shared across VT Code and downstream adopters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub const DEFAULT_MODEL: &str = MIMO_V2_5_PRO;
pub const SUPPORTED_MODELS: &[&str] = &[
    MIMO_V2_5_PRO,
    MIMO_V2_5,
    MIMO_V2_PRO,
    MIMO_V2_OMNI,
    MIMO_V2_FLASH,
];

pub const MIMO_V2_5_PRO: &str = "mimo-v2.5-pro";
pub const MIMO_V2_5: &str = "mimo-v2.5";
pub const MIMO_V2_PRO: &str = "mimo-v2-pro";
pub const MIMO_V2_OMNI: &str = "mimo-v2-omni";
pub const MIMO_V2_FLASH: &str = "mimo-v2-flash";