feat(minimax): add support for MiniMax-Text-01 model
This commit adds support for the MiniMax-Text-01 model, which is recommended for general scenarios due to its longer context window. The new model is added to the ChatModel enum as MiniMax_Text_01. Signed-off-by: Alexandros Pappas <alexandros.pappas@yiluhub.com>
This commit is contained in:
committed by
Ilayaperumal Gopinathan
parent
a0e0508cc0
commit
1280c2a3ba
@@ -219,6 +219,7 @@ public class MiniMaxApi {
|
||||
* <a href="https://www.minimaxi.com/document/algorithm-concept">MiniMax Model</a>.
|
||||
*/
|
||||
public enum ChatModel implements ChatModelDescription {
|
||||
MINIMAX_TEXT_01("minimax-text-01"),
|
||||
ABAB_7_Chat_Preview("abab7-chat-preview"),
|
||||
ABAB_6_5_Chat("abab6.5-chat"),
|
||||
ABAB_6_5_S_Chat("abab6.5s-chat"),
|
||||
|
||||
Reference in New Issue
Block a user