From 0dd5a67a2a29a4df7680f5beb0aa1900456094d8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 1 Jul 2026 13:18:37 +0800 Subject: [PATCH] bugfix --- json/llmcatelog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/llmcatelog.json b/json/llmcatelog.json index 8964728..9831a0a 100644 --- a/json/llmcatelog.json +++ b/json/llmcatelog.json @@ -10,9 +10,9 @@ "delete_data_url": "{{entire_url('../api/llmcatelog_delete.dspy')}}" }, "browserfields": { - "exclouded": ["id"], + "exclouded": [], "alters": {} }, - "editexclouded": ["id"] + "editexclouded": [] } }