feat: load_product_category_product返回providerid
将llm.providerid传递给product_management的导入流程
This commit is contained in:
parent
e5f55fc3f3
commit
83e1fa8ba3
@ -111,6 +111,7 @@ order by lc.name, a.name"""
|
||||
'product_type': 'llm_model',
|
||||
'brief_intro': getattr(llm, 'description', '') or '',
|
||||
'sort_order': 0,
|
||||
'providerid': getattr(llm, 'providerid', '') or '',
|
||||
})
|
||||
|
||||
return {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user