bugfix
This commit is contained in:
parent
8714a10986
commit
dc398c6bec
@ -17,7 +17,6 @@ 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.description = json.dumps(r.description)
|
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user