mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 11:12:55 +08:00
fix compile issue
This commit is contained in:
@ -99,6 +99,10 @@ public class ConfigController {
|
||||
break;
|
||||
case BAICHUANAI:
|
||||
saveBaichuanAIConfig(request);
|
||||
break;
|
||||
case ZHIPUAI:
|
||||
saveZhipuChatAIConfig(request);
|
||||
break;
|
||||
}
|
||||
return ActionResult.isSuccess();
|
||||
}
|
||||
|
Reference in New Issue
Block a user