mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 10:43:06 +08:00
perf: Add Zhipu AI
This commit is contained in:
@ -212,7 +212,7 @@ public class ConfigController {
|
||||
SystemConfigParam modelParam = SystemConfigParam.builder().code(ZhipuChatAIClient.ZHIPU_MODEL)
|
||||
.content(request.getModel()).build();
|
||||
configService.createOrUpdate(modelParam);
|
||||
FastChatAIClient.refresh();
|
||||
ZhipuChatAIClient.refresh();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user