浏览代码

Update model provider configuration for Triton Inference Server and X… (#6274)

Benjamin 9 月之前
父节点
当前提交
ec181649ae

+ 1 - 1
api/core/model_runtime/model_providers/triton_inference_server/triton_inference_server.yaml

@@ -29,7 +29,7 @@ model_credential_schema:
       label:
         zh_Hans: 服务器URL
         en_US: Server url
-      type: secret-input
+      type: text-input
       required: true
       placeholder:
         zh_Hans: 在此输入 Triton Inference Server 的服务器地址,如 http://192.168.1.100:8000

+ 1 - 1
api/core/model_runtime/model_providers/xinference/xinference.yaml

@@ -32,7 +32,7 @@ model_credential_schema:
       label:
         zh_Hans: 服务器URL
         en_US: Server url
-      type: secret-input
+      type: text-input
       required: true
       placeholder:
         zh_Hans: 在此输入Xinference的服务器地址,如 http://192.168.1.100:9997