Browse Source

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

Yingchun Lai 4 tháng trước cách đây
mục cha
commit
32f8439143
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,