vtcode-config 0.161.0

Config loader components shared across VT Code and downstream adopters
1
2
3
4
5
6
7
use super::deepseek::DEEPSEEK_FLASH;

pub const DEFAULT_MODEL: &str = DEEPSEEK_FLASH;

pub const SUPPORTED_MODELS: &[&str] = &[DEEPSEEK_FLASH];

pub(crate) const REASONING_MODELS: &[&str] = &[DEEPSEEK_FLASH];