mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 01:43:53 +08:00
@@ -106,6 +106,7 @@ public class AgentController {
|
|||||||
entity.setAsrModelId(template.getAsrModelId());
|
entity.setAsrModelId(template.getAsrModelId());
|
||||||
entity.setVadModelId(template.getVadModelId());
|
entity.setVadModelId(template.getVadModelId());
|
||||||
entity.setLlmModelId(template.getLlmModelId());
|
entity.setLlmModelId(template.getLlmModelId());
|
||||||
|
entity.setVllmModelId(template.getVllmModelId());
|
||||||
entity.setTtsModelId(template.getTtsModelId());
|
entity.setTtsModelId(template.getTtsModelId());
|
||||||
entity.setTtsVoiceId(template.getTtsVoiceId());
|
entity.setTtsVoiceId(template.getTtsVoiceId());
|
||||||
entity.setMemModelId(template.getMemModelId());
|
entity.setMemModelId(template.getMemModelId());
|
||||||
|
|||||||
Reference in New Issue
Block a user