From 92844c14e3569c4cabc7dc44b717145f50755164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E6=B3=93=E9=93=AE?= Date: Mon, 28 Jul 2025 19:54:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=BAwings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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"]), } }