diff --git a/wwwroot/list_llms/index.dspy b/wwwroot/list_llms/index.dspy index 0c2cef1..e8fef14 100644 --- a/wwwroot/list_llms/index.dspy +++ b/wwwroot/list_llms/index.dspy @@ -1,3 +1,3 @@ lctype=params_kw.lctype -order_by=params_kw.orderby or 'providerid' +orderby=params_kw.orderby or 'providerid' return await get_llms_by_catelog_to_customer(catelogid=lctype, orderby=orderby)