i forgot what i did here

This commit is contained in:
Grace Guo
2025-11-04 00:22:02 -08:00
parent c51ab4aa80
commit fc0cf9a141

View File

@@ -16,7 +16,8 @@ import (
func getTestConfig() (model string, stream bool) { func getTestConfig() (model string, stream bool) {
model = os.Getenv("QWEN3VL_MODEL") model = os.Getenv("QWEN3VL_MODEL")
if 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") streamStr := os.Getenv("QWEN3VL_STREAM")