看到很多人关心这个问题,顺便测试一下,水一贴。
测试环境
接口地址: https://api.oaifree.com/v1/chat/completions
key:access token
客户端ChatGPT-Next-Web:https://nextchat.oaipro.com
使用模型:gpt-4
测试时间
2024/3/27 09:10:24 - 2024/3/27 09:28:31 共耗时18分7秒
测试
问:讲一个20个字左右的笑话。
答:电脑为什么冷?因为它开了太多窗户。
问:再讲一个
答:为什么番茄在比赛中总是赢?因为它们永远能够把对手打成酱。
…此处省略50个问答
总结
测试用时18分7秒,问52个问题,成功响应回答有47个,另外5个问题返回以下错误:
{
"error": {
"message": "Unauthorized (request id: 20240327092313802844982ummCpzm1)",
"type": "requests",
"param": "",
"code": null
}
}
我认为是触及了始皇接口 10/10S 的限制返回的错误。
在此基础上,再测试一组,模型还是gpt-4.
时间:2024/3/27 09:51:11 - 2024/3/27 09:59:34 共耗时8分23秒
共问21个问题,前7个问题正常稳定,后13个问题,约一半返回错误。错误信息如下
{
"error": {
"message": "You have sent too many messages to the model. Please try again later. (request id: 2024032709584996712589XLENaIKd)",
"type": "requests",
"param": "",
"code": null
}
}
个人认为这是ChatGPT官方限制,返回错误信息指明了:触发限流措施,暂时无法处理更多请求。
web端情况
时间2024/3/27 9:40左右 - 2024/3/27 10:56:14 共耗时1小时16分 共23个问题GPT-4被限制。
