Merge pull request #2619 from RedwindA/fix/disableMinimaxFetchModels

fix: remove Minimax from FETCHABLE channels
This commit is contained in:
Seefs 2026-01-09 21:42:25 +08:00 committed by GitHub
commit ecc10f80c7
2 changed files with 4 additions and 1 deletions

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"

View File

@ -92,7 +92,7 @@ const REGION_EXAMPLE = {
//
const MODEL_FETCHABLE_TYPES = new Set([
1, 4, 14, 34, 17, 26, 27, 24, 47, 25, 20, 23, 31, 35, 40, 42, 48, 43,
1, 4, 14, 34, 17, 26, 27, 24, 47, 25, 20, 23, 31, 40, 42, 48, 43,
]);
function type2secretPrompt(type) {