vtcode-config 0.149.0

Config loader components shared across VT Code and downstream adopters
1
2
3
4
5
6
7
8
pub const DEEPSEEK_V4_FLASH: &str = "deepseek-v4-flash";
pub const DEEPSEEK_V4_PRO: &str = "deepseek-v4-pro";

pub const DEFAULT_MODEL: &str = DEEPSEEK_V4_FLASH;

pub const SUPPORTED_MODELS: &[&str] = &[DEEPSEEK_V4_FLASH, DEEPSEEK_V4_PRO];

pub(crate) const REASONING_MODELS: &[&str] = &[DEEPSEEK_V4_FLASH, DEEPSEEK_V4_PRO];