-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官方 API 出错 临时解决方案 | That model does not exists | The server is overloaded or not ready yet. #82
Comments
这个付费的是免费额度只有18美元的那个吗 |
是 |
好的,谢谢作者 |
docker 把环境变量写进去后 依然还是报错 The server had an error while processing your request. Sorry about that! |
启动命令 |
这个应该是别的问题导致的,你可以开一个新的 issue 跟进一下,从参数 |
是不是因为我忘记开翻墙了导致的。要不我直接把机子假设到国外去吧 |
和这个没关系,你已经连上服务器了,网页版才需要梯子。 |
也对。这个回复是服务器 回复的。 |
#108 已解决。 |
是这个么 api登录的话我这边聊天一致报错 |
为什么我使用1.5.5网页版安装,启动Mirai.cmd会出现 |
请问免费额度的18美元是在哪儿看到的?大概可以用多少次呢? |
https://platform.openai.com/account/usage |
请问意思是免费版18刀的额度用完就不能用了吗? |
充钱就行了。不过话说回来api版本那么笨,也没啥可用的 |
对,不大聪明,不过貌似可以自己训练模型,也还行,反正是拿来玩的 |
一样的api key 没付费这个插件能用 不会产生#82的issue https://github.com/obiscr/ChatGPT |
目前最新版支持 GPT3.5 的 api,其对话效果强、响应速度快,原api版已不推荐使用。 |
wechat部署的机器人聊一段时间后只回复“Something went wrong” 是GPT问题还是服务器问题 |
在Linux采用一键命令调用后,没有输入API-KEY的地方,导致机器人无法使用。 |
自 2023/2/8 起, 官方 API 的免费模型在调用时会出现
That model does not exists
或者The server is overloaded or not ready yet.
的提示,以下为临时解决方案:方案1:使用付费的 text-davinci-003 模型
想要使用此模型,需要设置环境变量 GPT_ENGINE=text-davinci-003
Windows 用户可以参考此教程:https://view.inews.qq.com/k/20211202A08CCW00
Linux 用户 可以使用
export GPT_ENGINE=text-davinci-003
设置终端环境变量,然后执行python3 bot.py
启动程序。docker 用户可以通过命令或
docker-compose.yaml
传递配置,修改文件后使用docker-compose up -d
来更新容器。方案2:使用 1.5.x 版的网页接口
此方案使用浏览器模拟,访问 ChatGPT 进行聊天。
它需要你的服务器能够正常打开 ChatGPT 的网页(需要海外 IP)。
此外,你需要一个使用量比较少的 IP,否则可能会遇到被 Cloudflare 拦截的情况。
下载地址: https://github.com/lss233/chatgpt-mirai-qq-bot/releases/tag/v1.5.4.2
The text was updated successfully, but these errors were encountered: