From 11642192d19c8951a0e3d08c82b5623f2b5ebb1b Mon Sep 17 00:00:00 2001 From: takatost Date: Thu, 23 May 2024 12:56:05 +0800 Subject: [PATCH] chore: add https://api.openai.com placeholder in OpenAI api base (#4604) --- api/core/model_runtime/model_providers/openai/openai.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/core/model_runtime/model_providers/openai/openai.yaml b/api/core/model_runtime/model_providers/openai/openai.yaml index 3af99e107e..b4dc8fd4f2 100644 --- a/api/core/model_runtime/model_providers/openai/openai.yaml +++ b/api/core/model_runtime/model_providers/openai/openai.yaml @@ -85,5 +85,5 @@ provider_credential_schema: type: text-input required: false placeholder: - zh_Hans: 在此输入您的 API Base - en_US: Enter your API Base + zh_Hans: 在此输入您的 API Base, 如:https://api.openai.com + en_US: Enter your API Base, e.g. https://api.openai.com