Skip to content

Commit

Permalink
fix: add the missing abab6.5t-chat model of Minimax
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingchun Lai committed Dec 9, 2024
1 parent 230fa32 commit a624c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/core/model_runtime/model_providers/minimax/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
class MinimaxLargeLanguageModel(LargeLanguageModel):
model_apis = {
"abab7-chat-preview": MinimaxChatCompletionPro,
"abab6.5t-chat": MinimaxChatCompletionPro,
"abab6.5s-chat": MinimaxChatCompletionPro,
"abab6.5-chat": MinimaxChatCompletionPro,
"abab6-chat": MinimaxChatCompletionPro,
Expand Down

0 comments on commit a624c7c

Please sign in to comment.