From 551ab872477cec468f285469469ab2f798d4e633 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 6 Jan 2026 16:41:39 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 1990729..4093ff0 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -90,12 +90,12 @@ where a.llmcatelogid = b.id for r in recs: if cid != r.catelogid: x = { - 'catelogid': r.catelogid, + 'catelogid': r.llmcatelogid, 'catelogname': r.catelogname, 'llms': [r] } d.append(x) - cid = r.catelogid + cid = r.llmcatelogid else: x['llms'].append(r) return d