mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 01:23:55 +08:00
Update AgentServiceImpl.java
This commit is contained in:
+3
@@ -213,6 +213,9 @@ public class AgentServiceImpl extends BaseServiceImpl<AgentDao, AgentEntity> imp
|
|||||||
if (dto.getLlmModelId() != null) {
|
if (dto.getLlmModelId() != null) {
|
||||||
existingEntity.setLlmModelId(dto.getLlmModelId());
|
existingEntity.setLlmModelId(dto.getLlmModelId());
|
||||||
}
|
}
|
||||||
|
if (dto.getVllmModelId() != null) {
|
||||||
|
existingEntity.setVllmModelId(dto.getVllmModelId());
|
||||||
|
}
|
||||||
if (dto.getTtsModelId() != null) {
|
if (dto.getTtsModelId() != null) {
|
||||||
existingEntity.setTtsModelId(dto.getTtsModelId());
|
existingEntity.setTtsModelId(dto.getTtsModelId());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user