From f4440ee2b90960067e14329094130c2080112203 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 6 Jan 2026 17:49:23 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 195f9c4..5567fd4 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -108,7 +108,7 @@ async def get_llm(llmid): async with db.sqlorContext(dbname) as sor: today = curDateString() sql = """select x.*, -z.input_fields, +z.input_fields from ( select a.*, e.ioid, e.stream from llm a, upapp c, uapiset d, uapi e