mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
test(minimax): update default model test to M2.7
This commit is contained in:
parent
00d50de236
commit
b19f2eed99
1 changed files with 2 additions and 2 deletions
|
|
@ -191,10 +191,10 @@ describe("MiniMaxHandler", () => {
|
|||
expect(model.info).toEqual(minimaxModels[minimaxDefaultModelId])
|
||||
})
|
||||
|
||||
it("should default to MiniMax-M2.5 model", () => {
|
||||
it("should default to MiniMax-M2.7 model", () => {
|
||||
const handlerDefault = new MiniMaxHandler({ minimaxApiKey: "test-minimax-api-key" })
|
||||
const model = handlerDefault.getModel()
|
||||
expect(model.id).toBe("MiniMax-M2.5")
|
||||
expect(model.id).toBe("MiniMax-M2.7")
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue