fix: drop removed minimax lightning model

This commit is contained in:
Peter Steinberger
2026-03-08 04:06:05 +00:00
parent 21df014d56
commit a035a3ce48
8 changed files with 56 additions and 19 deletions

View File

@@ -123,7 +123,7 @@ describe("directive behavior", () => {
workspace: path.join(home, "openclaw"),
models: {
"minimax/MiniMax-M2.5": {},
"minimax/MiniMax-M2.5-Lightning": {},
"minimax/MiniMax-M2.5-highspeed": {},
"lmstudio/minimax-m2.5-gs32": {},
},
},
@@ -157,7 +157,7 @@ describe("directive behavior", () => {
workspace: path.join(home, "openclaw"),
models: {
"minimax/MiniMax-M2.5": {},
"minimax/MiniMax-M2.5-Lightning": {},
"minimax/MiniMax-M2.5-highspeed": {},
},
},
},
@@ -170,7 +170,7 @@ describe("directive behavior", () => {
api: "anthropic-messages",
models: [
makeModelDefinition("MiniMax-M2.5", "MiniMax M2.5"),
makeModelDefinition("MiniMax-M2.5-Lightning", "MiniMax M2.5 Lightning"),
makeModelDefinition("MiniMax-M2.5-highspeed", "MiniMax M2.5 Highspeed"),
],
},
},