feat: support minimax's 6.5 models (close #1395)

This commit is contained in:
JustSong
2024-04-30 02:23:14 +08:00
parent 71f4403fd5
commit 2720e1a358
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
package minimax
// https://www.minimaxi.com/document/guides/chat-model/V2?id=65e0736ab2845de20908e2dd
var ModelList = []string{
"abab5.5s-chat",
"abab5.5-chat",
"abab6.5-chat",
"abab6.5s-chat",
"abab6-chat",
"abab5.5-chat",
"abab5.5s-chat",
}