Skip to content

Commit

Permalink
Support chatgpt web
Browse files Browse the repository at this point in the history
  • Loading branch information
anc95 committed Jul 6, 2023
1 parent bdcd2cb commit 8ab67cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/locale/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
"to connect": "关联",
"Using the services provided by Writely, there are 10 free times per day": "使用 Writely 提供的服务,每天有 10 次的免费次数",
"By using the services provided by OpenAI API Key, you can permanently use Writely software for free": "使用 OpenAI API Key 提供的服务,您可以永久免费使用 Writely 软件",
"By using the services provided by ChatGPT, you can permanently use Writely software for free": "使用 ChatGPT 提供的服务,您可以永久免费使用 Writely 软件"
"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无关。"
}
2 changes: 1 addition & 1 deletion src/options/setting-form/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const ProviderSetting: React.FC = () => {
<Radio value={ServiceProvider.ChatGPT}>
<Tooltip
title={i18next.t(
'By using the services provided by ChatGPT, you can permanently use Writely software for free'
'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.'
)}
>
<div
Expand Down

0 comments on commit 8ab67cc

Please sign in to comment.