ChatGPT OpenAI API请求限制 尝试解决

1. OpenAI API请求限制

Retrying langchain.chat_models.openai.ChatOpenAI.completion_with_retry.._completion_with_retry in 4.0 seconds as it raised RateLimitError: Rate limit reached for gpt-3.5-turbo-16k in organization org-U7I2eKpAo6xA7RUa2Nq307ae on requests per min (RPM): Limit 3, Used 3, Requested 1. Please try again in 20s. Visit https://platform.openai.com/account/rate-limits to learn more. You can increase your rate limit by adding a payment method to your account at https://platform.openai.com/account/billing...

原因是free account的限制, 3TPM Time Per Minute每分钟只能请求3次。 https://platform.openai.com/account/limits

付费5美金以后就放大了, 比如 gpt-3.5-turbo, 60,000 TPM。 https://platform.openai.com/docs/guides/rate-limits/usage-tiers?context=tier-one

2. Account登录不了

这里有个风险,笔者就遇到了。付费过后4小时就登陆不了了。

You do not have an account because it has been deleted or deactivated. If you believe this was an error, please contact us through our help center at help.openai.com

2.1 清除chrome缓存,或者其它浏览器

Mac OS 快捷键 command + shift + delete

Clear browsing data > Advance

2.2 清除OpenAI的缓存

Privacy and security > View permissions and data stored across sites

All sites > openai

2.3 发邮件

复制代码
Dear OpenAI Help Team,

I am experiencing an issue with my OpenAl account. It appears that my account has been
either deleted or deactivated, as I am unable to access it. The error message instructs me to
contact the Help Center for assistance.

As a dedicated user of OpenAl's services, this sudden problem has disrupted my workflow
and caused significant inconvenience. I have attempted basic troubleshooting steps but have
not been able to resolve the issue.

Please investigate this matter urgently and restore access to my account. Here are my account details:

Username: Hero

Email associated with the account: xxx@outlook.com


Additional details:
I charged $5.00 today. 



I apologize for any inconvenience caused and appreciate your swift attention to this matter. If
you require further information, please contact me at xxx@outlook.com


Thank you for your prompt assistance.

Best Regards,
Hero

OpenAI的回复

还在等待OpenAI的回复。。。 大航海时代的限制。。

参考

https://youtu.be/JRnTJjJ3HoA?si=c6C9MsPEpVIoxNYk

相关推荐
神秘的猪头3 小时前
🚀 拒绝“一本正经胡说八道”!手把手带你用 LangChain 实现 RAG,打造你的专属 AI 知识库
langchain·llm·openai
栀秋6664 小时前
重塑 AI 交互边界:基于 LangChain 与 MCP 协议的全栈实践
langchain·llm·mcp
大模型真好玩5 小时前
LangChain DeepAgents 速通指南(三)—— 让Agent告别混乱:Tool Selector与Todo List中间件解析
人工智能·langchain·trae
EdisonZhou19 小时前
MAF快速入门(18)Agent Skill 快速开始
llm·aigc·agent
会写代码的柯基犬1 天前
DeepSeek vs Kimi vs Qwen —— AI 生成俄罗斯方块代码效果横评
人工智能·llm
是一碗螺丝粉1 天前
LangChain 链(Chains)完全指南:从线性流程到智能路由
前端·langchain·aigc
前端付豪1 天前
LangChain记忆:通过Memory记住上次的对话细节
人工智能·python·langchain
神秘的猪头1 天前
🔌 给 AI 装上“三头六臂”!实战大模型接入第三方 MCP 全攻略
langchain·llm·mcp
前端付豪2 天前
LangChain链 写一篇完美推文?用SequencialChain链接不同的组件
人工智能·python·langchain
神秘的猪头2 天前
🔌 把 MCP 装进大脑!手把手带你构建能“热插拔”工具的 AI Agent
langchain·llm·mcp