From ab92a8ce43c3afaedd9b9422818e08a20375319d Mon Sep 17 00:00:00 2001 From: Grace Guo Date: Wed, 29 Oct 2025 17:09:49 -0700 Subject: [PATCH] for instruct and thinking cloud versions --- integration/qwen3vl_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration/qwen3vl_test.go b/integration/qwen3vl_test.go index 2b15c827af..1333eabf76 100644 --- a/integration/qwen3vl_test.go +++ b/integration/qwen3vl_test.go @@ -23,8 +23,7 @@ func TestQwen3VLNonStreaming(t *testing.T) { } func runQwen3VLTests(t *testing.T, stream bool) { - models := []string{"qwen3vl-odc-dev"} // , "qwen3vl-thinking-odc-dev", "qwen3-vl:8b"} - + models := []string{"qwen3-vl:235b-cloud", "qwen3-vl:235b-instruct-cloud"} tests := []struct { name string messages []api.Message