{ "tblname": "llm", "title": "大语言模型管理", "params": { "sortby": "created_at", "browserfields": { "exclouded": ["id", "api_key"], "cwidth": {} }, "editexclouded": ["id", "created_at", "updated_at"], "editable": { "new_data_url": "{{entire_url('../api/llm_create.dspy')}}", "update_data_url": "{{entire_url('../api/llm_update.dspy')}}", "delete_data_url": "{{entire_url('../api/llm_delete.dspy')}}" }, "confidential_fields": ["api_key"] } }