diff --git a/VideoAnalysisCore/Controllers/LJZK_Controller.cs b/VideoAnalysisCore/Controllers/LJZK_Controller.cs index 6518f00..5ffa16d 100644 --- a/VideoAnalysisCore/Controllers/LJZK_Controller.cs +++ b/VideoAnalysisCore/Controllers/LJZK_Controller.cs @@ -33,13 +33,11 @@ namespace VideoAnalysisCore.Controllers private readonly Repository videoTaskDB; private readonly Repository videoKonwPointDB; private readonly Repository nodePackageInfoDB; - private readonly IBserGPT chatGPT; - public LJZK_Controller( IMapper mp, IBserGPT chatGPT, Repository nodesubscriptionDB, + public LJZK_Controller( IMapper mp, Repository nodesubscriptionDB, Repository videoTaskDB = null, Repository videoKonwPointDB = null , Repository nodePackageInfoDB = null) { this.mp = mp; - this.chatGPT = chatGPT; this.nodesubscriptionDB = nodesubscriptionDB; this.videoTaskDB = videoTaskDB; this.videoKonwPointDB = videoKonwPointDB;