test: add ministral-3 (#13300)

This commit is contained in:
Daniel Hiltgen
2025-12-02 09:52:16 -08:00
committed by GitHub
parent f8f1071818
commit d771043e88
2 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ func TestVisionModels(t *testing.T) {
// Qwen 3 VL mixture of experts
model: "qwen3-vl:30b",
},
{
model: "ministral-3",
},
}
for _, v := range testCases {