Merge pull request #1546 from xinnan-tech/hot-fix

修复创建智能体的默认视觉模型
This commit is contained in:
欣南科技
2025-06-10 23:03:22 +08:00
committed by GitHub
@@ -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());