Skip to content

Commit

Permalink
Add New Version of Minimax ChatModel
Browse files Browse the repository at this point in the history
Signed-off-by: jitokim <[email protected]>
  • Loading branch information
jitokim authored and ilayaperumalg committed Jan 17, 2025
1 parent 5783c5b commit 18a1bc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ public ResponseEntity<EmbeddingList> embeddings(EmbeddingRequest embeddingReques
* <a href="https://www.minimaxi.com/document/algorithm-concept">MiniMax Model</a>.
*/
public enum ChatModel implements ChatModelDescription {
ABAB_7_Chat_Preview("abab7-chat-preview"),
ABAB_6_5_Chat("abab6.5-chat"),
ABAB_6_5_S_Chat("abab6.5s-chat"),
ABAB_6_5_T_Chat("abab6.5t-chat"),
Expand Down

0 comments on commit 18a1bc1

Please sign in to comment.