feat: add minimax api adaptor

This commit is contained in:
feitianbubu
2025-10-20 14:00:07 +08:00
parent dd1cac3f2e
commit 0d1057830b
5 changed files with 16 additions and 10 deletions

View File

@@ -33,5 +33,6 @@ const (
APITypeJimeng
APITypeMoonshot
APITypeSubmodel
APITypeMiniMax
APITypeDummy // this one is only for count, do not add any channel after this
)