vtcode-config 0.104.0

Config loader components shared across VT Code and downstream adopters
Documentation
1
2
3
4
5
pub const DEFAULT_MODEL: &str = "deepseek-v4-pro";
pub const SUPPORTED_MODELS: &[&str] = &["deepseek-v4-pro", "deepseek-v4-flash"];

pub const DEEPSEEK_V4_PRO: &str = "deepseek-v4-pro";
pub const DEEPSEEK_V4_FLASH: &str = "deepseek-v4-flash";