Skip to content

Commit

Permalink
fix: minimax model list
Browse files Browse the repository at this point in the history
  • Loading branch information
Saboteur7 committed Jun 20, 2024
1 parent c4a3531 commit bac2142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
GEMINI = "gemini"
ZHIPU_AI = "glm-4"
MOONSHOT = "moonshot"
MINIMAX = "minimax"
MiniMax = "minimax"


# model
Expand Down Expand Up @@ -60,7 +60,7 @@
"claude", "claude-3-haiku", "claude-3-sonnet", "claude-3-opus", "claude-3-opus-20240229",
"moonshot-v1-8k", "moonshot-v1-32k", "moonshot-v1-128k",
QWEN, QWEN_TURBO, QWEN_PLUS, QWEN_MAX,
MINIMAX,
MiniMax,
LINKAI_35, LINKAI_4_TURBO, LINKAI_4o
]

Expand Down

0 comments on commit bac2142

Please sign in to comment.