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