We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327b113 commit cb3203aCopy full SHA for cb3203a
src/main.js
@@ -40,7 +40,7 @@ var HttpErrorCodes = {
40
"425": "Too Early",
41
"426": "Upgrade Required",
42
"428": "Precondition Required",
43
- "429": "Too Many Requests",
+ "429": "请求过于频繁,请慢一点。OpenAI 对您在 API 上的请求实施速率限制。这些限制适用于每分钟 tokens 数、每分钟请求数(某些情况下是每天请求数)。访问 https://platform.openai.com/account/rate-limits 了解更多信息,或参考 OpenAI 模型的默认速率限制",
44
"431": "Request Header Fields Too Large",
45
"451": "Unavailable For Legal Reasons",
46
"500": "Internal Server Error",
0 commit comments