Skip to content

Commit

Permalink
修改提示
Browse files Browse the repository at this point in the history
  • Loading branch information
lblblong committed Mar 26, 2023
1 parent db98be0 commit cbcd508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/setting/basic/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function BasicSetting() {
<>
<Form.Item
label="API_URL"
tooltip="适用于使用自建的反向代理服务器,示例:https://api.my-openai.com"
tooltip="适用于使用自建的反向代理服务器,示例:https://api.my-openai.com/v1"
>
<Input
value={root.baseConfig.apiBaseUrl}
Expand Down

0 comments on commit cbcd508

Please sign in to comment.