Merge pull request #1609 from xinnan-tech/py_fix_type

Py fix type
This commit is contained in:
hrz
2025-06-18 09:39:38 +08:00
committed by GitHub
4 changed files with 26 additions and 5 deletions
@@ -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;