Commit 6c2e1aab by JustSong

chore: update prompt for Azure channel configuration (#57)

parent b4bfc952
...@@ -80,7 +80,7 @@ const EditChannel = () => { ...@@ -80,7 +80,7 @@ const EditChannel = () => {
inputs.type === 3 && ( inputs.type === 3 && (
<> <>
<Message> <Message>
注意,创建资源时,部署名称必须模型名称保持一致,因为 One API 会把请求体中的 model 参数替换为你的部署名称(模型名称中的点会被剔除)。 注意,<strong>模型部署名称必须和模型名称保持一致</strong>,因为 One API 会把请求体中的 model 参数替换为你的部署名称(模型名称中的点会被剔除)
</Message> </Message>
<Form.Field> <Form.Field>
<Form.Input <Form.Input
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment