From 82470ae7ab5b1b6ff2953278edd8799b970ccbd1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 3 Sep 2026 16:21:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(vendor):=20=E6=89=80=E5=B1=9E=E6=9C=BA?= =?UTF-8?q?=E6=9E=84=E6=94=B9logined=5Fuserorgid=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=B3=A8=E5=85=A5=E2=80=94=E2=80=94=E8=A1=A8=E5=8D=95=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E6=89=8B=E8=BE=93;org=5Fid=E7=A7=BB=E5=87=BA=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E8=A1=A8=E5=8D=95;endpoints=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=8A=A0=E6=A0=BC=E5=BC=8F=E7=A4=BA=E4=BE=8Bplaceholder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/llm_vendor_list.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/json/llm_vendor_list.json b/json/llm_vendor_list.json index 9e30a76..4cb341f 100644 --- a/json/llm_vendor_list.json +++ b/json/llm_vendor_list.json @@ -3,6 +3,7 @@ "title": "模型供应商", "params": { "sortby": "name", + "logined_userorgid": "org_id", "browserfields": { "exclouded": [ "id" @@ -19,11 +20,15 @@ "dataurl": "{{entire_url('../api/get_llm_status_options.dspy')}}", "valueField": "value", "textField": "text" + }, + "endpoints": { + "placeholder": "[{\"base_url\": \"https://xxx/v1\", \"region\": \"domestic\", \"timeout\": 60}]" } } }, "editexclouded": [ "id", + "org_id", "created_at", "updated_at" ],