From 6f884f148ac4612a54442a9d87e91df3054d5e5a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 20 Aug 2025 15:35:52 +0800 Subject: [PATCH] bugfix --- json/{llmtypes.json => historyformat.json} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename json/{llmtypes.json => historyformat.json} (57%) diff --git a/json/llmtypes.json b/json/historyformat.json similarity index 57% rename from json/llmtypes.json rename to json/historyformat.json index afc2355..9c5b066 100644 --- a/json/llmtypes.json +++ b/json/historyformat.json @@ -1,14 +1,14 @@ { - "tblname": "llmtypes", - "title":"大语言模型类型", + "tblname": "historyformat", + "title":"历史模版", "params": { "sortby":"name", "browserfields": { - "exclouded": ["id", "llmid"], + "exclouded": ["id"], "alters": {} }, "editexclouded": [ - "id", "llmid" + "id" ], "record_toolbar": null }