llmage/wwwroot/list_llms/index.dspy
2026-07-21 11:11:48 +08:00

8 lines
264 B
Plaintext

lctype=params_kw.lctype
orderby=params_kw.orderby or 'providerid'
d = await get_llms_by_catelog_to_customer(catelogid=lctype, orderby=orderby)
for x in d:
for l in x['llms']:
l.provider_iconurl = entire_url('/appbase/show_icon.dspy') + '?id='+l.iconid
return d