mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Adding the Minimax model (#1009)
### What problem does this PR solve? Added support for MiniMax LLM ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: cecilia-uu <konghui1996@163.com>
This commit is contained in:
@ -51,7 +51,8 @@ ChatModel = {
|
||||
"Xinference": XinferenceChat,
|
||||
"Moonshot": MoonshotChat,
|
||||
"DeepSeek": DeepSeekChat,
|
||||
"BaiChuan": BaiChuanChat
|
||||
"BaiChuan": BaiChuanChat,
|
||||
"MiniMax": MiniMaxChat
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user