Skip to content

Commit 8ab67cc

Browse files
committed
Support chatgpt web
1 parent bdcd2cb commit 8ab67cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/locale/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@
8282
"to connect": "关联",
8383
"Using the services provided by Writely, there are 10 free times per day": "使用 Writely 提供的服务,每天有 10 次的免费次数",
8484
"By using the services provided by OpenAI API Key, you can permanently use Writely software for free": "使用 OpenAI API Key 提供的服务,您可以永久免费使用 Writely 软件",
85-
"By using the services provided by ChatGPT, you can permanently use Writely software for free": "使用 ChatGPT 提供的服务,您可以永久免费使用 Writely 软件"
85+
"Using the ChatGPT Web service is not recommended as it may carry the risk of being banned by OpenAI. Please consider this carefully. In case of account suspension, it is unrelated to Writely.": "使用ChatGPT Web的服务并不推荐,因为这可能会导致OpenAI封禁您的账号。请您自行权衡利弊。如果出现账号被封的情况,与Writely无关。"
8686
}

src/options/setting-form/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const ProviderSetting: React.FC = () => {
7171
<Radio value={ServiceProvider.ChatGPT}>
7272
<Tooltip
7373
title={i18next.t(
74-
'By using the services provided by ChatGPT, you can permanently use Writely software for free'
74+
'Using the ChatGPT Web service is not recommended as it may carry the risk of being banned by OpenAI. Please consider this carefully. In case of account suspension, it is unrelated to Writely.'
7575
)}
7676
>
7777
<div

0 commit comments

Comments
 (0)