1 2 3 4 5 6
pub const DEFAULT_MODEL: &str = "deepseek-flash"; pub const SUPPORTED_MODELS: &[&str] = &["deepseek-flash"]; pub const REASONING_MODELS: &[&str] = &["deepseek-flash"]; pub const DEEPSEEK_FLASH: &str = "deepseek-flash";