Merge remote-tracking branch 'upstream/main' into add_local_tts_change_voice

This commit is contained in:
shane0411
2025-06-11 14:29:35 +08:00
8 changed files with 41 additions and 29 deletions
@@ -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());