From 3bcfd84fbaa693ffe890fb74074f81379ab62e2d Mon Sep 17 00:00:00 2001 From: Su Yang Date: Tue, 19 Mar 2024 16:32:06 +0800 Subject: [PATCH] chore: use API Key instead of APIKey (#2888) --- api/core/model_runtime/model_providers/tongyi/tongyi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/core/model_runtime/model_providers/tongyi/tongyi.yaml b/api/core/model_runtime/model_providers/tongyi/tongyi.yaml index 441d833f70..b251391e34 100644 --- a/api/core/model_runtime/model_providers/tongyi/tongyi.yaml +++ b/api/core/model_runtime/model_providers/tongyi/tongyi.yaml @@ -24,9 +24,9 @@ provider_credential_schema: credential_form_schemas: - variable: dashscope_api_key label: - en_US: APIKey + en_US: API Key type: secret-input required: true placeholder: - zh_Hans: 在此输入您的 APIKey - en_US: Enter your APIKey + zh_Hans: 在此输入您的 API Key + en_US: Enter your API Key