diff --git a/ai-provider/model-runtime/model-providers/zhipuai/zhipuai.yaml b/ai-provider/model-runtime/model-providers/zhipuai/zhipuai.yaml index 2c3ba4c5..3a33ee45 100644 --- a/ai-provider/model-runtime/model-providers/zhipuai/zhipuai.yaml +++ b/ai-provider/model-runtime/model-providers/zhipuai/zhipuai.yaml @@ -21,7 +21,7 @@ configurate_methods: - predefined-model provider_credential_schema: credential_form_schemas: - - variable: api_key + - variable: zhipuai_api_key label: en_US: APIKey type: secret-input @@ -29,4 +29,4 @@ provider_credential_schema: placeholder: zh_Hans: 在此输入您的 APIKey en_US: Enter your APIKey -address: https://api.openai.com \ No newline at end of file +address: https://open.bigmodel.cn \ No newline at end of file