change: rename VLM name

This commit is contained in:
lilong.129
2025-06-05 18:09:25 +08:00
parent 8cdc71d90b
commit d883aa6a21
11 changed files with 26 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ func setupADBDriverExt(t *testing.T) *XTDriver {
require.Nil(t, err)
driverExt, err := NewXTDriver(driver,
option.WithCVService(option.CVServiceTypeVEDEM),
option.WithLLMService(option.LLMServiceTypeDoubaoVL),
option.WithLLMService(option.DOUBAO_1_5_THINKING_VISION_PRO_250428),
)
require.Nil(t, err)
return driverExt