This commit is contained in:
yumoqing 2025-08-21 13:24:23 +08:00
parent e6e1ca8ccd
commit 4b8dbf4d82

View File

@ -34,8 +34,8 @@ c.user_message,
c.assisant_message c.assisant_message
from llm a, llmcatelog b from llm a, llmcatelog b
left join historyformat c on b.hfid = c.id left join historyformat c on b.hfid = c.id
left join uapiio on b.ioid = d.id left join uapiio d on b.ioid = d.id
where a.catelogid = b.id where a.llmcatelogid = b.id
and a.id = ${llmid}$ and a.id = ${llmid}$
""" """
recs = await sor.sqlExe(sql, {'llmid': llmid}) recs = await sor.sqlExe(sql, {'llmid': llmid})