diff --git a/wwwroot/list_paging_catelog_llms.dspy b/wwwroot/list_paging_catelog_llms.dspy index 5bbf570..c7abbb9 100644 --- a/wwwroot/list_paging_catelog_llms.dspy +++ b/wwwroot/list_paging_catelog_llms.dspy @@ -17,6 +17,7 @@ where llmcatelogid = ${llmcatelogid}$ for r in recs.get('rows', []): r.llmid = r.id r.modelname = r.name + r.description = json.dumps(r.description) r.icon = entire_url('/appbase/show_icon.dspy') + f'?id=r.iconid' r.url = entire_url('/llmage/llminference.dspy') return recs