Skip to content

Commit

Permalink
chore: update config prompt (close #133)
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Jun 1, 2023
1 parent 0f6958c commit 2f44aaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/src/pages/Channel/EditChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ const EditChannel = () => {
inputs.type === 3 && (
<>
<Message>
注意,<strong>模型部署名称必须和模型名称保持一致</strong>,因为 One API 会把请求体中的 model 参数替换为你的部署名称(模型名称中的点会被剔除)。
注意,<strong>模型部署名称必须和模型名称保持一致</strong>,因为 One API 会把请求体中的 model
参数替换为你的部署名称(模型名称中的点会被剔除),<a target='_blank'
href='https://github.com/songquanpeng/one-api/issues/133?notification_referrer_id=NT_kwDOAmJSYrM2NjIwMzI3NDgyOjM5OTk4MDUw#issuecomment-1571602271'>图片演示</a>
</Message>
<Form.Field>
<Form.Input
Expand Down Expand Up @@ -154,7 +156,7 @@ const EditChannel = () => {
onChange={handleInputChange}
value={inputs.key}
autoComplete='new-password'
/>
/>
</Form.Field>
}
{
Expand Down

0 comments on commit 2f44aaa

Please sign in to comment.