1 2 3 4
pub const DEFAULT_MODEL: &str = MINIMAX_M3; pub const SUPPORTED_MODELS: &[&str] = &[MINIMAX_M3, MINIMAX_M2_7]; pub const MINIMAX_M3: &str = "MiniMax-M3"; pub const MINIMAX_M2_7: &str = "MiniMax-M2.7";