diff --git a/llmage/llmclient.py b/llmage/llmclient.py index f99f316..2e9bec6 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -15,6 +15,7 @@ async def get_llmcatelogs(): return [] async def get_llms_by_catelog(catelogid): + debug(f'{catelogid=}') db = DBPools() dbname = get_serverenv('get_module_dbname')('llmage') async with db.sqlorContext(dbname) as sor: