From 6d119c06d4cba41f42c928c1bfe643140c5d8b85 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 5 Mar 2026 17:20:37 +0800 Subject: [PATCH] bugfix --- skillagent/call.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skillagent/call.py b/skillagent/call.py index 192e1ae..5067b39 100644 --- a/skillagent/call.py +++ b/skillagent/call.py @@ -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}$