From 955397302c9d3d59b399ecc4838b5be3bf2013aa Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 31 Aug 2025 11:00:03 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 1 + 1 file changed, 1 insertion(+) 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: