Chanzhaoyu / chatgpt-web

用 Express 和 Vue3 搭建的 ChatGPT 演示网页
MIT License
31.54k stars 11.21k forks source link

困惑,ChatGPT error 429 #2003

Closed yefeiyu closed 10 months ago

yefeiyu commented 11 months ago

我直接docker一键运行的,api也填写正确了,怎么就提示下面的错误呢? 我是买的官方的plus,使用官网的网址登陆正常使用中啊。。。

ChatGPT error 429: { "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" } }

skycxp commented 10 months ago

insufficient_quota 配额不足,你没有额度了。你用的是apiKey,这个是需要额度的,你改成accessToken。