vtcode-config 0.161.1

Config loader components shared across VT Code and downstream adopters
1
2
3
4
5
6
7
pub(crate) const GROK_4_6: &str = "grok-4.6";

pub const DEFAULT_MODEL: &str = GROK_4_6;

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

pub const REASONING_MODELS: &[&str] = &[GROK_4_6];