浏览代码

fix: add the missing abab6.5t-chat model of Minimax (#11484)

Yingchun Lai 4 月之前
父节点
当前提交
32f8439143
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/core/model_runtime/model_providers/minimax/llm/llm.py

+ 1 - 0
api/core/model_runtime/model_providers/minimax/llm/llm.py

@@ -35,6 +35,7 @@ from core.model_runtime.model_providers.minimax.llm.types import MinimaxMessage
 class MinimaxLargeLanguageModel(LargeLanguageModel):
     model_apis = {
         "abab7-chat-preview": MinimaxChatCompletionPro,
+        "abab6.5t-chat": MinimaxChatCompletionPro,
         "abab6.5s-chat": MinimaxChatCompletionPro,
         "abab6.5-chat": MinimaxChatCompletionPro,
         "abab6-chat": MinimaxChatCompletionPro,