想请问下大家,我在 sub2api 里面添加了多个 openai 的官方 key,但是有的 key 其实是已经超过了额度,在 postman 里面直接调用的话会返回 429 的状态,并且 message 为
{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.”,
“type”: “insufficient_quota”,
“param”: null,
“code”: “insufficient_quota”
}
}
但是我现在调用我的 sub2api 服务,还是有几率会命中这个账号,导致调用被阻塞,报错的 message 为:Quota exceeded. Check your plan and billing details.
我已经给我的账号充了钱,并且其他正常账户都可以调用
我想请问下这种情况 sub2api 里面没有进行自动切换吗?
6 个帖子 - 4 位参与者