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

This commit is contained in:
Benjamin
2024-07-15 15:07:28 +08:00
committed by GitHub
parent 4fdcb30ff8
commit ec181649ae
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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