From fc0cf9a1411f33f12a3663ef2d1dba0d5b60da78 Mon Sep 17 00:00:00 2001 From: Grace Guo Date: Tue, 4 Nov 2025 00:22:02 -0800 Subject: [PATCH] i forgot what i did here --- integration/qwen3vl_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/qwen3vl_test.go b/integration/qwen3vl_test.go index f9dc25dcee..bf83901193 100644 --- a/integration/qwen3vl_test.go +++ b/integration/qwen3vl_test.go @@ -16,7 +16,8 @@ import ( func getTestConfig() (model string, stream bool) { model = os.Getenv("QWEN3VL_MODEL") if model == "" { - model = "qwen3-vl:235b-cloud" // default + // model = "qwen3-vl:235b-cloud" // default + model = "qwen3vl-thinking-odc-dev" } streamStr := os.Getenv("QWEN3VL_STREAM")