Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 627 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 627 Bytes

Botoy-ChatGPTBot

安装

把主程序丢到你的'plugins'文件夹里,然后安装依赖'OpenAI',然后将你的API_KEY等信息添加修改一下就可以直接用了

Q&A

Q:在哪里能获得到API_KEY

A:https://beta.openai.com/account/api-keys

Q:为什么ChatGPT会回复开头有一个问号或不相关的字句

A:ChatGPT认为你的字句没有结束,自动续写了问题

Q:为什么要添加最短字符限制

A:目前已知如果发空白消息给ChatGPT他会回复一大堆空白

Q:免费额度是多少

A:18美元免费额度,ChatGPT按照token使用量进行收费,每1000token为0.002美元