feat: 回滚多余逻辑

This commit is contained in:
余泓铮
2025-07-28 21:20:50 +08:00
parent f4506c58da
commit 19bb712743
3 changed files with 5 additions and 10 deletions

View File

@@ -323,6 +323,7 @@ func createXTDriverWithConfig(config DriverCacheConfig) (*XTDriver, error) {
// Default AI options
aiOpts = []option.AIServiceOption{
option.WithCVService(option.CVServiceTypeVEDEM),
option.WithLLMConfig(option.RecommendedConfigurations()["ui_focused"]),
}
}