소스 검색

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,