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)