From 11f33307415d50d7ae50b7e0fca37f887ccdf18c Mon Sep 17 00:00:00 2001 From: "huangbin.beal" Date: Mon, 28 Jul 2025 21:13:38 +0800 Subject: [PATCH] fix: set wings service --- uixt/cache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/uixt/cache.go b/uixt/cache.go index 7ca0c6f0..ca0233b4 100644 --- a/uixt/cache.go +++ b/uixt/cache.go @@ -323,7 +323,6 @@ func createXTDriverWithConfig(config DriverCacheConfig) (*XTDriver, error) { // Default AI options aiOpts = []option.AIServiceOption{ option.WithCVService(option.CVServiceTypeVEDEM), - option.WithLLMConfig(option.RecommendedConfigurations()["ui_focused"]), } }