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];