Bläddra i källkod

bug fix: update minimax model_apis (#4116)

Weaxs 11 månader sedan
förälder
incheckning
6f1911533c
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      api/core/model_runtime/model_providers/minimax/llm/llm.py

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

@@ -34,6 +34,8 @@ from core.model_runtime.model_providers.minimax.llm.types import MinimaxMessage
 
 class MinimaxLargeLanguageModel(LargeLanguageModel):
     model_apis = {
+        'abab6.5s-chat': MinimaxChatCompletionPro,
+        'abab6.5-chat': MinimaxChatCompletionPro,
         'abab6-chat': MinimaxChatCompletionPro,
         'abab5.5s-chat': MinimaxChatCompletionPro,
         'abab5.5-chat': MinimaxChatCompletionPro,