49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"tblname": "llm_org_policy",
|
|
"title": "组织容错策略",
|
|
"params": {
|
|
"sortby": "created_at",
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"id"
|
|
],
|
|
"alters": {
|
|
"primary_model_id": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_llm_model_options.dspy')}}",
|
|
"valueField": "value",
|
|
"textField": "text"
|
|
},
|
|
"utility_model_id": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_llm_model_options.dspy')}}",
|
|
"valueField": "value",
|
|
"textField": "text"
|
|
},
|
|
"endpoint_pref": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_llm_endpoint_pref_options.dspy')}}",
|
|
"valueField": "value",
|
|
"textField": "text"
|
|
},
|
|
"status": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_llm_status_options.dspy')}}",
|
|
"valueField": "value",
|
|
"textField": "text"
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('./add_llm_org_policy.dspy')}}",
|
|
"update_data_url": "{{entire_url('./update_llm_org_policy.dspy')}}",
|
|
"delete_data_url": "{{entire_url('./delete_llm_org_policy.dspy')}}"
|
|
}
|
|
}
|
|
}
|