bugfix
This commit is contained in:
parent
452a545d42
commit
955397302c
@ -15,6 +15,7 @@ async def get_llmcatelogs():
|
|||||||
return []
|
return []
|
||||||
|
|
||||||
async def get_llms_by_catelog(catelogid):
|
async def get_llms_by_catelog(catelogid):
|
||||||
|
debug(f'{catelogid=}')
|
||||||
db = DBPools()
|
db = DBPools()
|
||||||
dbname = get_serverenv('get_module_dbname')('llmage')
|
dbname = get_serverenv('get_module_dbname')('llmage')
|
||||||
async with db.sqlorContext(dbname) as sor:
|
async with db.sqlorContext(dbname) as sor:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user