修复创建智能体的默认视觉模型

This commit is contained in:
hrz
2025-06-10 23:01:31 +08:00
parent 65b2656112
commit 742db377f6
@@ -106,6 +106,7 @@ public class AgentController {
entity.setAsrModelId(template.getAsrModelId());
entity.setVadModelId(template.getVadModelId());
entity.setLlmModelId(template.getLlmModelId());
entity.setVllmModelId(template.getVllmModelId());
entity.setTtsModelId(template.getTtsModelId());
entity.setTtsVoiceId(template.getTtsVoiceId());
entity.setMemModelId(template.getMemModelId());