Skip to content

Commit 46b8425

Browse files
committed
更好的设置说明
1 parent f278e5b commit 46b8425

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/settings.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,17 @@ export default (props: {
110110
<div className="box">
111111
<Input
112112
field="systemMessageContent"
113-
help="系统消息,用于指示ChatGPT的角色和一些前置条件"
113+
help="系统消息,用于指示ChatGPT的角色和一些前置条件,例如“你是一个有帮助的人工智能助理”,或者“你是一个专业英语翻译,把我的话全部翻译成英语”,详情参考 OPEAN AI API 文档"
114+
{...props}
115+
/>
116+
<Input
117+
field="apiKey"
118+
help="OPEN AI API 密钥,请勿泄漏此密钥"
114119
{...props}
115120
/>
116-
<Input field="apiKey" help="OPEN AI API 密钥" {...props} />
117121
<Input
118122
field="apiEndpoint"
119-
help="API 端点,方便在不支持的地区使用反向代理服务"
123+
help="API 端点,方便在不支持的地区使用反向代理服务,默认为 https://api.openai.com/v1/chat/completions"
120124
{...props}
121125
/>
122126
<Choice

0 commit comments

Comments
 (0)