This commit is contained in:
yumoqing 2026-03-05 17:20:37 +08:00
parent 926afa03d6
commit 6d119c06d4

View File

@ -5,6 +5,7 @@ from .skillengine import IndustrialSkillEngine
## for video-generate skill
async def get_llmid_by_llmcatelog(type, providerid):
env = ServerEnv()
sql = """select a.id, a.enabled_date from llm a, llmcatelog b
where a.llmcatelogid = b.id
and b.name = ${type}$