feat: support minimax

This commit is contained in:
CaIon
2024-05-16 19:03:42 +08:00
parent f09e86de06
commit 3aae4efe8c
6 changed files with 62 additions and 12 deletions

View File

@@ -208,6 +208,7 @@ const (
ChannelTypeLingYiWanWu = 31
ChannelTypeAws = 33
ChannelTypeCohere = 34
ChannelTypeMiniMax = 35
ChannelTypeDummy // this one is only for count, do not add any channel after this
)