42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
||
"tblname": "llm_vendor",
|
||
"title": "模型供应商",
|
||
"params": {
|
||
"sortby": "name",
|
||
"logined_userorgid": "org_id",
|
||
"browserfields": {
|
||
"exclouded": [
|
||
"id"
|
||
],
|
||
"alters": {
|
||
"protocol": {
|
||
"uitype": "code",
|
||
"dataurl": "{{entire_url('../api/get_llm_protocol_options.dspy')}}",
|
||
"valueField": "value",
|
||
"textField": "text"
|
||
},
|
||
"status": {
|
||
"uitype": "code",
|
||
"dataurl": "{{entire_url('../api/get_llm_status_options.dspy')}}",
|
||
"valueField": "value",
|
||
"textField": "text"
|
||
},
|
||
"endpoints": {
|
||
"placeholder": "一行一个URL,可选追加 region=domestic|international timeout=秒。示例:\nhttps://dashscope.aliyuncs.com/compatible-mode/v1\nhttps://api.example.com/v1 region=international timeout=30\n(也兼容 JSON 数组写法)"
|
||
}
|
||
}
|
||
},
|
||
"editexclouded": [
|
||
"id",
|
||
"org_id",
|
||
"created_at",
|
||
"updated_at"
|
||
],
|
||
"editable": {
|
||
"new_data_url": "{{entire_url('../api/add_llm_vendor.dspy')}}",
|
||
"update_data_url": "{{entire_url('../api/update_llm_vendor.dspy')}}",
|
||
"delete_data_url": "{{entire_url('../api/delete_llm_vendor.dspy')}}"
|
||
}
|
||
}
|
||
}
|