fix compile issue

This commit is contained in:
robin
2023-11-01 13:50:50 +08:00
parent 66c6c056fc
commit 2097bc7f2e

View File

@ -99,6 +99,10 @@ public class ConfigController {
break;
case BAICHUANAI:
saveBaichuanAIConfig(request);
break;
case ZHIPUAI:
saveZhipuChatAIConfig(request);
break;
}
return ActionResult.isSuccess();
}