for instruct and thinking cloud versions

This commit is contained in:
Grace Guo
2025-10-29 17:09:49 -07:00
parent 509d7ff114
commit ab92a8ce43

View File

@@ -23,8 +23,7 @@ func TestQwen3VLNonStreaming(t *testing.T) {
} }
func runQwen3VLTests(t *testing.T, stream bool) { 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 { tests := []struct {
name string name string
messages []api.Message messages []api.Message