mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
Merge pull request #2060 from octo-patch/feature/add-minimax-m25-highspeed
feat: add MiniMax-M2.5-highspeed to static model list
This commit is contained in:
commit
0809a64c8d
3
cmd/generate_changelog/incoming/2060.txt
Normal file
3
cmd/generate_changelog/incoming/2060.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
### PR [#2060](https://github.com/danielmiessler/Fabric/pull/2060) by [octo-patch](https://github.com/octo-patch): feat: add MiniMax-M2.5-highspeed to static model list
|
||||
|
||||
- Added the `MiniMax-M2.5-highspeed` model variant to the static MiniMax model list. This variant delivers the same performance as `MiniMax-M2.5` but with faster inference speed.
|
||||
|
|
@ -195,6 +195,7 @@ func (c *Client) getStaticModels(modelsKey string) ([]string, error) {
|
|||
case "static:minimax":
|
||||
return []string{
|
||||
"MiniMax-M2.5",
|
||||
"MiniMax-M2.5-highspeed",
|
||||
"MiniMax-M2.5-lightning",
|
||||
"MiniMax-M2",
|
||||
"MiniMax-M2.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue