pipeline-llm/json/llm_model_list.json

66 lines
1.9 KiB
JSON
Raw Permalink 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_model",
"title": "模型注册",
"params": {
"sortby": "name",
"browserfields": {
"exclouded": [
"id",
"query_profile_ids"
],
"alters": {
"vendor_id": {
"uitype": "code",
"dataurl": "{{entire_url('../api/get_llm_vendor_options.dspy')}}",
"valueField": "value",
"textField": "text"
},
"account_id": {
"uitype": "code",
"dataurl": "{{entire_url('../api/get_llm_account_options.dspy')}}",
"valueField": "value",
"textField": "text"
},
"capability": {
"uitype": "code",
"dataurl": "{{entire_url('../api/get_llm_capability_options.dspy')}}",
"valueField": "value",
"textField": "text"
},
"status": {
"uitype": "code",
"dataurl": "{{entire_url('../api/get_llm_status_options.dspy')}}",
"valueField": "value",
"textField": "text"
},
"ppid": {
"uitype": "code",
"dataurl": "{{entire_url('../api/get_llm_ppid_options.dspy')}}",
"valueField": "value",
"textField": "text"
},
"sync_mode": {
"uitype": "code",
"data": [
{"value": "sync", "text": "同步"},
{"value": "async", "text": "异步(提交后轮询)"}
]
},
"query_profile_ids": {
"placeholder": "后续步骤模板ID的JSON数组异步模型提交后顺序执行 查询→[下载]),如 [\"模板ID1\",\"模板ID2\"]"
}
}
},
"editexclouded": [
"id",
"created_at",
"updated_at"
],
"editable": {
"new_data_url": "{{entire_url('../api/add_llm_model.dspy')}}",
"update_data_url": "{{entire_url('../api/update_llm_model.dspy')}}",
"delete_data_url": "{{entire_url('../api/delete_llm_model.dspy')}}"
}
}
}