bugfix
This commit is contained in:
parent
926afa03d6
commit
6d119c06d4
@ -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}$
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user