package qq import ( "ops-assistant/internal/core/ai" "gorm.io/gorm" ) func buildAIClient(db *gorm.DB) *ai.Client { return ai.LoadClient(db) }