fix: 智控台切换默认视觉模型报错

This commit is contained in:
Sakura-RanChen
2025-06-18 09:24:52 +08:00
parent 1a31c8cd1d
commit fb1f476a3c
@@ -56,6 +56,9 @@ public class AgentTemplateServiceImpl extends ServiceImpl<AgentTemplateDao, Agen
wrapper.set("tts_model_id", modelId);
wrapper.set("tts_voice_id", null);
break;
case "VLLM":
wrapper.set("vllm_model_id", modelId);
break;
case "MEMORY":
wrapper.set("mem_model_id", modelId);
break;