This commit is contained in:
yumoqing 2025-08-31 11:00:03 +08:00
parent 452a545d42
commit 955397302c

View File

@ -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: