Merge branch 'main' into agent-plugin

This commit is contained in:
hrz
2025-06-11 09:32:56 +08:00
9 changed files with 67 additions and 39 deletions
@@ -110,6 +110,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());