19 lines
565 B
JSON
19 lines
565 B
JSON
{
|
|
"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('./add_llm.dspy')}}",
|
|
"update_data_url": "{{entire_url('./update_llm.dspy')}}",
|
|
"delete_data_url": "{{entire_url('./delete_llm.dspy')}}"
|
|
},
|
|
"confidential_fields": ["api_key"]
|
|
}
|
|
}
|