admin管理员组文章数量:1026989
在我们访问openai chatgpt模型的时候,经常会发生一些异常,下面是从官网上摘抄下来的异常错误说明
Error codes
This guide includes an overview on error codes you might see from both the API and our official Python library. Each error code mentioned in the overview has a dedicated section with further guidance.
API errors
CODE | OVERVIEW |
---|---|
401 - Invalid Authentication | Cause: Invalid Authentication 解释:认证错误,有可能是API key错误 |
401 - Incorrect API key provided | Cause: The requesting API key is not correct. 解释:跟401类似,也是API key的问题 |
401 - You must be a member of an organization to use the API | Cause: Your account is not part of an organization. 解释:暂时没遇到此问题 |
429 - Rate limit reached for requests | Cause: You are sending requests too quickly. 解释:每分钟请求次数太多了,免费的每分钟最多20次 |
429 - You exceeded your current quota, please check your plan and billing details | Cause: You have hit your maximum monthly spend (hard limit) which you can view in the account billing section. 解释:账户里面没钱了 |
429 - The engine is currently overloaded, please try again later | Cause: Our servers are experiencing high traffic. 解释:服务器压力过大,稍后重试 |
500 - The server had an error while processing your request | Cause: Issue on our servers. 解释:服务器发生错误,稍后重试 |
在我们访问openai chatgpt模型的时候,经常会发生一些异常,下面是从官网上摘抄下来的异常错误说明
Error codes
This guide includes an overview on error codes you might see from both the API and our official Python library. Each error code mentioned in the overview has a dedicated section with further guidance.
API errors
CODE | OVERVIEW |
---|---|
401 - Invalid Authentication | Cause: Invalid Authentication 解释:认证错误,有可能是API key错误 |
401 - Incorrect API key provided | Cause: The requesting API key is not correct. 解释:跟401类似,也是API key的问题 |
401 - You must be a member of an organization to use the API | Cause: Your account is not part of an organization. 解释:暂时没遇到此问题 |
429 - Rate limit reached for requests | Cause: You are sending requests too quickly. 解释:每分钟请求次数太多了,免费的每分钟最多20次 |
429 - You exceeded your current quota, please check your plan and billing details | Cause: You have hit your maximum monthly spend (hard limit) which you can view in the account billing section. 解释:账户里面没钱了 |
429 - The engine is currently overloaded, please try again later | Cause: Our servers are experiencing high traffic. 解释:服务器压力过大,稍后重试 |
500 - The server had an error while processing your request | Cause: Issue on our servers. 解释:服务器发生错误,稍后重试 |
版权声明:本文标题:OpenAi(ChatGPT)接口异常解释 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/jiaocheng/1726372151a615997.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论