17 lines
488 B
JSON
17 lines
488 B
JSON
{
|
|
"tblname": "llmusage",
|
|
"title": "模型使用",
|
|
"params": {
|
|
"sortby": "use_time desc",
|
|
"browserfields": {
|
|
"exclouded": ["id"]
|
|
},
|
|
"editexclouded": ["id"],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/llmusage_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/llmusage_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/llmusage_delete.dspy')}}"
|
|
}
|
|
}
|
|
}
|