This commit is contained in:
yumoqing 2025-09-14 15:42:51 +08:00
parent 144c72d518
commit 60c28c4901

View File

@ -17,6 +17,7 @@ where llmcatelogid = ${llmcatelogid}$
for r in recs.get('rows', []): for r in recs.get('rows', []):
r.llmid = r.id r.llmid = r.id
r.modelname = r.name r.modelname = r.name
r.response_mode = r.stream
r.icon = entire_url('/appbase/show_icon.dspy') + f'?id={r.iconid}' r.icon = entire_url('/appbase/show_icon.dspy') + f'?id={r.iconid}'
r.url = entire_url('/llmage/llminference.dspy') r.url = entire_url('/llmage/llminference.dspy')
return recs return recs