{ "tblname": "llm_api_profile", "title": "适配模板", "params": { "sortby": "name", "browserfields": { "exclouded": [ "id", "headers", "request_template", "response_template", "param_schema" ], "alters": { "protocol": { "uitype": "code", "dataurl": "{{entire_url('../api/get_llm_protocol_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" }, "path": { "placeholder": "请求路径(相对端点base_url),如 /chat/completions" }, "headers": { "placeholder": "请求头JSON,如 {\"Authorization\": \"Bearer {{api_key}}\", \"Content-Type\": \"application/json\"}" } } }, "editexclouded": [ "id", "created_at", "updated_at" ], "editable": { "new_data_url": "{{entire_url('./add_llm_api_profile.dspy')}}", "update_data_url": "{{entire_url('./update_llm_api_profile.dspy')}}", "delete_data_url": "{{entire_url('./delete_llm_api_profile.dspy')}}" } } }