This commit is contained in:
yumoqing 2025-08-02 00:05:00 +08:00
parent 90643d5d4b
commit 766589054c

View File

@ -1,6 +1,6 @@
{ {
"tblname": "llmtypes", "tblname": "llmtypes",
"title":"大语言模型", "title":"大语言模型类型",
"params": { "params": {
"sortby":"name", "sortby":"name",
"browserfields": { "browserfields": {
@ -9,7 +9,7 @@
}, },
"editexclouded": [ "editexclouded": [
"id", "llmid" "id", "llmid"
] ],
"record_toolbar": null "record_toolbar": null
} }
} }