revert: wings merge

This commit is contained in:
余泓铮
2025-08-06 14:35:22 +08:00
parent 0b11c5491f
commit b64e1b62ec
6 changed files with 84 additions and 150 deletions

View File

@@ -21,6 +21,11 @@ func setupADBDriverExt(t *testing.T) *XTDriver {
Serial: "", // Let it auto-detect the device serial
AIOptions: []option.AIServiceOption{
option.WithCVService(option.CVServiceTypeVEDEM),
option.WithLLMConfig(
option.NewLLMServiceConfig(option.DOUBAO_1_5_UI_TARS_250328).
WithPlannerModel(option.WINGS_SERVICE).
WithAsserterModel(option.WINGS_SERVICE),
),
},
}