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"]), } }