Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slippersheepig authored May 19, 2024
1 parent e0a48d5 commit 195ea5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
+ 点击网络标签页下的导出HAR按钮,导出文件`chatgpt.com.har`,放置到harPool文件夹里。
- 二、新建`accounts.txt`文件,按如下格式录入保存账号信息(如无ChatGPT账号可跳过此步,注意冒号为`英文`冒号)
+ ```bash
邮箱:密码
邮箱:密码
邮箱A:密码
邮箱B:密码:2
邮箱C:密码:2/5
...
```
+ 密码后的数字表示轮询次数,默认为1次。上例表示第一次对话使用账户A,而后两次对话使用账户B,账户C为Teams账户,接着五次对话使用账户C的Teams,然后两次使用账户C的个人,如此循环。
- 三、新建`api_keys.txt`文件,按如下格式录入保存key信息
+ ```bash
sk-123456
Expand Down

0 comments on commit 195ea5b

Please sign in to comment.