From af804c8b9a2f73cff16a7d9f973af39a06f8fe17 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 3 Sep 2025 11:02:21 +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 ab454ab..020fcf4 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -37,7 +37,7 @@ y.system_message, y.user_message, y.assisant_message from ( -select a.*, b.hfid, e.ioid +select a.*, b.hfid, e.ioid, e.stream from llm a, llmcatelog b,upapp c, uapiset d, uapi e where a.llmcatelogid = b.id and a.upappid = c.id