From 74c1ba7cbcca28869d3ea7e1fde1ff6e7945c97d Mon Sep 17 00:00:00 2001 From: JustSong Date: Sat, 13 May 2023 12:29:17 +0800 Subject: [PATCH] chore: update prompt for Azure channel configuration (#57) --- web/src/pages/Channel/EditChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/Channel/EditChannel.js b/web/src/pages/Channel/EditChannel.js index fdb078e5..db77ed56 100644 --- a/web/src/pages/Channel/EditChannel.js +++ b/web/src/pages/Channel/EditChannel.js @@ -80,7 +80,7 @@ const EditChannel = () => { inputs.type === 3 && ( <> - 注意,创建资源时,部署名称必须模型名称保持一致,因为 One API 会把请求体中的 model 参数替换为你的部署名称(模型名称中的点会被剔除)。 + 注意,模型部署名称必须和模型名称保持一致,因为 One API 会把请求体中的 model 参数替换为你的部署名称(模型名称中的点会被剔除)。