mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-10 11:12:13 +02:00
Add MiniMax M3 model option (#513)
Expose MiniMax-M3 in the MiniMax model suggestions now that the provider integration supports MiniMax chat models. Co-authored-by: octo-patch <266937838+octo-patch@users.noreply.github.com>
This commit is contained in:
parent
f32395f859
commit
c6c3f93d72
1 changed files with 1 additions and 0 deletions
|
|
@ -534,6 +534,7 @@ class HuggingFaceLLMConfiguration(BaseLLMConfiguration):
|
|||
MINIMAX_MODELS = [
|
||||
"MiniMax-M2.7",
|
||||
"MiniMax-M2.7-highspeed",
|
||||
"MiniMax-M3",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue