fix(minimax): 添加 MiniMax-M2 系列模型到 ModelList

This commit is contained in:
RedwindA
2026-01-09 20:46:47 +08:00
parent b51d1e2f78
commit c975b4cfa8

View File

@@ -14,6 +14,9 @@ var ModelList = []string{
"speech-02-turbo",
"speech-01-hd",
"speech-01-turbo",
"MiniMax-M2.1",
"MiniMax-M2.1-lightning",
"MiniMax-M2",
}
var ChannelName = "minimax"