From aca610dd87636d5bb8bd0c3e5048856cabc250c8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 23 May 2026 21:54:17 +0800 Subject: [PATCH] bugfix --- wwwroot/v1/models/index.dspy | 1 - 1 file changed, 1 deletion(-) diff --git a/wwwroot/v1/models/index.dspy b/wwwroot/v1/models/index.dspy index 1f81b95..a088948 100644 --- a/wwwroot/v1/models/index.dspy +++ b/wwwroot/v1/models/index.dspy @@ -6,7 +6,6 @@ def get_time_in_seconds(datestr): timestamp = dt_obj.timestamp() return timestamp -print(timestamp) lctype=params_kw.lctype orderby=params_kw.orderby or 'model' llms = await get_llms_by_catelog_to_customer(catelogid=lctype, orderby=orderby)