fix: remove the dot in model name (#57)

This commit is contained in:
JustSong
2023-05-13 12:24:49 +08:00
parent da9ccb528d
commit 73aa53f536
3 changed files with 3 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ const EditChannel = () => {
inputs.type === 3 && (
<>
<Message>
注意创建资源时部署名称必须 OpenAI 官方的模型名称保持一致因为 One API 会把请求体中的 model 参数替换为你的部署名称
注意创建资源时部署名称必须模型名称保持一致因为 One API 会把请求体中的 model 参数替换为你的部署名称模型名称中的点会被剔除
</Message>
<Form.Field>
<Form.Input