This commit is contained in:
yumoqing 2025-08-20 15:35:52 +08:00
parent 62b2bd5028
commit 6f884f148a

View File

@ -1,14 +1,14 @@
{ {
"tblname": "llmtypes", "tblname": "historyformat",
"title":"大语言模型类型", "title":"历史模版",
"params": { "params": {
"sortby":"name", "sortby":"name",
"browserfields": { "browserfields": {
"exclouded": ["id", "llmid"], "exclouded": ["id"],
"alters": {} "alters": {}
}, },
"editexclouded": [ "editexclouded": [
"id", "llmid" "id"
], ],
"record_toolbar": null "record_toolbar": null
} }