mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-10 22:36:58 +08:00
feat: update default MiniMax model to M2.7 (#1428)
This commit is contained in:
committed by
shinchan-zhai
parent
966995fb88
commit
c18d3d5682
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
const (
|
||||
DefaultMiniMaxBaseURL = "https://api.minimax.io/v1"
|
||||
DefaultMiniMaxModel = "MiniMax-M2.5"
|
||||
DefaultMiniMaxModel = "MiniMax-M2.7"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
@@ -25,5 +25,5 @@ const (
|
||||
|
||||
// Default MiniMax configuration (used by WithMiniMaxConfig convenience option)
|
||||
DefaultMiniMaxBaseURL = "https://api.minimax.io/v1"
|
||||
DefaultMiniMaxModel = "MiniMax-M2.5"
|
||||
DefaultMiniMaxModel = "MiniMax-M2.7"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user