mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
feat(minimax): set MiniMax-M2.7 as default model
This commit is contained in:
parent
f5b20199e7
commit
00d50de236
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import type { ModelInfo } from "../model.js"
|
|||
// https://platform.minimax.io/docs/guides/pricing-paygo
|
||||
// https://platform.minimax.io/docs/guides/pricing-tokenplan
|
||||
export type MinimaxModelId = keyof typeof minimaxModels
|
||||
export const minimaxDefaultModelId: MinimaxModelId = "MiniMax-M2.5"
|
||||
export const minimaxDefaultModelId: MinimaxModelId = "MiniMax-M2.7"
|
||||
|
||||
export const minimaxModels = {
|
||||
"MiniMax-M2.5": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue