Skip to content

Commit 94f3d0a

Browse files
committed
chore: update 429 error code message
1 parent 8adf9ae commit 94f3d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var HttpErrorCodes = {
2626
"425": "Too Early",
2727
"426": "Upgrade Required",
2828
"428": "Precondition Required",
29-
"429": "请求过于频繁,请慢一点。OpenAI 对您在 API 上的请求实施速率限制。这些限制适用于每分钟 tokens 数、每分钟请求数(某些情况下是每天请求数)。访问 https://platform.openai.com/account/rate-limits 了解更多信息,或参考 OpenAI 模型的默认速率限制",
29+
"429": "请求过于频繁,请慢一点。OpenAI 对您在 API 上的请求实施速率限制。或是您的 API credits 已超支,需要充值。好消息是您仍然可以使用官方的 Web 端聊天页面",
3030
"431": "Request Header Fields Too Large",
3131
"451": "Unavailable For Legal Reasons",
3232
"500": "Internal Server Error",

0 commit comments

Comments
 (0)