Skip to main content

vtcode_config/constants/models/
litellm.rs

1pub const DEFAULT_MODEL: &str = "litellm";
2pub const SUPPORTED_MODELS: &[&str] = &["litellm"];
3pub const REASONING_MODELS: &[&str] = &[];