diff --git a/llmage/llmclient.py b/llmage/llmclient.py index a789b9b..d1ca431 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -76,7 +76,7 @@ async def get_llmcatelogs(): async def get_llms_by_catelog(): env = ServerEnv() - async with get_sor_context(env, 'llmage') as sor: + async with get_sor_context(env, 'llmage') as sor: today = curDateString() sql = """select a.*, b.name as catelogname from llm a, llmcatelog b where a.llmcatelogid = b.id