pipeline-llm/json/llm_vendor_list.json

42 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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')}}"
}
}
}