fix minimax bug (#1528)

### What problem does this PR solve?

#1353 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2024-07-16 10:55:33 +08:00
committed by GitHub
parent 2a647162a8
commit 607de74ace
2 changed files with 8 additions and 12 deletions

View File

@ -61,6 +61,7 @@ ChatModel = {
"VolcEngine": VolcEngineChat,
"BaiChuan": BaiChuanChat,
"MiniMax": MiniMaxChat,
"Minimax": MiniMaxChat,
"Mistral": MistralChat,
'Gemini' : GeminiChat,
"Bedrock": BedrockChat,