Explorar el Código

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

RedwindA hace 2 meses
padre
commit
c975b4cfa8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      relay/channel/minimax/constants.go

+ 3 - 0
relay/channel/minimax/constants.go

@@ -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"