Skip to content

Commit

Permalink
chore: revert ai option
Browse files Browse the repository at this point in the history
Log:
Change-Id: I55e992d950c4d081d9acb348fa9a492344089ba7
  • Loading branch information
deepin-mozart committed Dec 23, 2024
1 parent 90aea36 commit 83fb0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/aimanager/aiplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ bool AiPlugin::start()

auto optionService = dpfGetService(dpfservice::OptionService);
if (optionService) {
optionService->implGenerator<OptionCustomModelsGenerator>(option::GROUP_AI, OptionCustomModelsGenerator::kitName());
// TODO:uncomment the code when everything is ok
// optionService->implGenerator<OptionCustomModelsGenerator>(option::GROUP_AI, OptionCustomModelsGenerator::kitName());
}

return true;
Expand Down

0 comments on commit 83fb0c7

Please sign in to comment.