From ad2b47a8900281ec7b371b4fe9f7ab267e8e48e6 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 22 Sep 2025 18:25:33 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 -- wwwroot/list_paging_catelog_llms.dspy | 2 -- wwwroot/llm_dialog.ui | 1 - 3 files changed, 5 deletions(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index e062924..d3df678 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -44,8 +44,6 @@ async def get_llm(llmid): today = curDateString() sql = """select x.*, z.input_fields, -z.input_view, -z.output_view, y.system_message, y.user_message, y.assisant_message diff --git a/wwwroot/list_paging_catelog_llms.dspy b/wwwroot/list_paging_catelog_llms.dspy index 9d43a9f..6298cbc 100644 --- a/wwwroot/list_paging_catelog_llms.dspy +++ b/wwwroot/list_paging_catelog_llms.dspy @@ -8,8 +8,6 @@ db = DBPools() async with db.sqlorContext(dbname) as sor: sql = """select x.*, z.input_fields, -z.input_view, -z.output_view, y.system_message, y.user_message, y.assisant_message diff --git a/wwwroot/llm_dialog.ui b/wwwroot/llm_dialog.ui index f2db82c..7dda230 100644 --- a/wwwroot/llm_dialog.ui +++ b/wwwroot/llm_dialog.ui @@ -10,7 +10,6 @@ "list_models_url":"{{entire_url('list_paging_catelog_llms.dspy')}}", "estimate_url":"{{entire_url('model_estimate.dspy')}}", "input_fields":{{llm.input_fields}}, - "input_view":{{llm.input_view}}, "models":[ { "llmid":"{{llm.id}}",