From fc2e5c066ed2ef5d92b343270d41a82710d632f3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 19 May 2026 16:12:54 +0800 Subject: [PATCH] bugfix --- wwwroot/list_llms/index.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)