Skip to content

Commit

Permalink
更新readme,增加其他说明
Browse files Browse the repository at this point in the history
  • Loading branch information
xcanwin committed Apr 22, 2023
1 parent 179a798 commit b084ddf
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
51 changes: 49 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
- 支持多国语言
- 解决用户手误复制用户头像里的用户名的问题
- 兼容移动端
- 支持自由调整频率
- 本文底部的```其他说明```为大家普及了```为何会出现大规模地网络错误```,以及介绍```KeepChatGPT```的部分功能详情

| 序号 | 使用```KeepChatGPT```插件以后再也不会出现以下场面 |
| --- | --- |
Expand Down Expand Up @@ -52,16 +54,61 @@
- 保持流量最小化原则
- 鼠标移到```专属金标```选择```显示调试```可以查阅绕过过程

## 用法
## 电脑端用法

1. 安装```Tampermonkey```浏览器拓展,可以从 [Tampermonkey官网](https://www.tampermonkey.net/) 安装;
2. 安装```KeepChatGPT```插件,可以从```安装渠道```选一个渠道安装;
2. 安装```KeepChatGPT```插件,可以从本文底部的```安装渠道```选一个渠道安装;
3. 打开 [ChatGPT](https://chat.openai.com/chat) 尽情享用吧;
4. 另外,还有一个更巧妙的方法就是问ChatGPT:```如何安装tampermonkey拓展和greasyfork上的插件```

## 苹果端用法

1. 安装```Stay```浏览器拓展App,可以从 [App Store](https://apps.apple.com/app/id1591620171) 安装;
2. 使用说明参考[Stay官网](https://github.com/shenruisi/Stay)
3. 安装```KeepChatGPT```插件,可以从本文底部的```安装渠道```选一个渠道安装;

## 安装渠道

| 序号 | UserScript源 |
| --- | --- |
| 1 | [Github](https://raw.githubusercontent.com/xcanwin/KeepChatGPT/main/KeepChatGPT.user.js) |
| 2 | [GreasyFork](https://greasyfork.org/zh-CN/scripts/462804-keepchatgpt) |

## 其他说明

```
关于 为何会出现大规模地网络错误
```

1. 全球已出现算力荒,openai同样存在。
2. openai大火,用户量、用户在线时长、用户使用频率同时激增,导致加剧资源紧张。
3. 衍生出大量AI产品、AI机器人,都在私下调用ChatGPT的API和网页版ChatGPT,甚至调用频率远超所有真实用户的总和。
4. openai接入```Cloudflare```,开启```强力保护规则```,拦截私下接入openai的AI产品、AI机器人。
5. 就像图形验证码一样,本意是拦截机器人,可是一旦出现验证码被识别的风险,网站管理员就会把图形验证码开发得更复杂,影响了真实用户,但又确实拦截了机器人。
6. ```Cloudflare```是公共服务,它不仅服务与openai,它的保护规则是面向所有网站的。很多不希望被爬虫、被机器人访问、被黑客攻击、被大流量访问的网站都会接入Cloudflare。所以Cloudflare有各种各样的风控策略。
7. 大量国外用户是家庭网络,Cloudflare判断他们的网络没有风险,所以他们几乎没报错。
8. 大量国内用户使用各种梯子,然而很多梯子的ip曾经被Cloudflare列入了```强力保护规则```的重点关照名单里。不一定是用户本人导致的,可能是前人乘凉 后人遭殃,也可能是同C段的很多ip此时此刻还在频繁地触发风控,也可能用户本人都不知道自己使用的是共享梯子,Cloudflare判断他们的网络存在风险,于是出现报错,需要验证真实用户。
9. 原因不仅限以上内容,这里仅仅是抛砖引玉。

```
关于 取消审计 功能
```

因为你每一次的聊天都会被审计,如果发太多违规、违反 [openai政策](https://openai.com/policies/usage-policies) 的内容,账号就存在被限制甚至被封号的风险,通过本插件的```取消审计```功能加上你巧妙的提示词,可以最大层度地免受影响。

```
关于 调整频率 功能
```

1. 那个值指的是```keep```(保活)的时间间隔,单位是``````
2. 时间间隔越大,keep的速度就越慢,对网站的影响就越小,你的账号就越安全。
3. 时间间隔越小,keep的速度就越快,你的网络错误就越不会出现。
4. 建议间隔```30```秒以上。
5. 作者平时设置的是```150```秒。

```
关于 使用了本插件依然出现网络错误
```

1. 解决方案1: 适度调整keep的间隔,原理请参考```关于 调整频率 功能```
2. 解决方案2: 更换梯子ip或者更换梯子运营商,原理请参考```关于 为何会出现大规模地网络错误```
Binary file modified assets/index_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/index_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/index_light_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b084ddf

Please sign in to comment.