This commit is contained in:
shanhexi
2023-11-01 14:07:11 +08:00

View File

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