docs: update minimax-m2.5 references to m2.7 (#14942)

This commit is contained in:
Bruce MacDonald
2026-03-18 12:59:28 -07:00
committed by GitHub
parent 727d69ddf3
commit 42b1c2642b
6 changed files with 14 additions and 14 deletions

View File

@@ -2071,7 +2071,7 @@ func TestLoadOrUnloadModel_CloudModelAuth(t *testing.T) {
},
{
name: "explicit :cloud model without local stub returns not found by default",
model: "minimax-m2.5:cloud",
model: "minimax-m2.7:cloud",
showStatus: http.StatusNotFound,
whoamiStatus: http.StatusOK,
whoamiResp: api.UserResponse{Name: "testuser"},