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

相关推荐
代码能跑就行管它可读性4 分钟前
【论文复现】利用生成式AI进行选股和分配权重
人工智能·chatgpt
前端小盆友32 分钟前
从零实现一个GPT 【React + Express】--- 【4】实现文生图的功能
react.js·chatgpt·express
大模型开发2 小时前
Cursor 快速入门指南:从安装到核心功能
llm·agent·cursor
聚客AI2 小时前
⚡ 突破LLM三大局限:LangChain架构核心解析与最佳实践
人工智能·langchain·llm
czkm4 小时前
苹果🍎的奇幻漂流,当你提问后,ChatGPT在“想”什么?
chatgpt·llm
AI大模型6 小时前
大模型炼丹术(二):从离散的token IDs到具有语义信息的embedding
程序员·llm
AI大模型8 小时前
大模型炼丹术(一):从tokenizer说起,为LLM自回归预训练准备数据集
程序员·llm·agent
陈敬雷-充电了么-CEO兼CTO9 小时前
复杂任务攻坚:多模态大模型推理技术从 CoT 数据到 RL 优化的突破之路
人工智能·python·神经网络·自然语言处理·chatgpt·aigc·智能体
董厂长15 小时前
langchain :记忆组件混淆概念澄清 & 创建Conversational ReAct后显示指定 记忆组件
人工智能·深度学习·langchain·llm
G皮T18 小时前
【人工智能】ChatGPT、DeepSeek-R1、DeepSeek-V3 辨析
人工智能·chatgpt·llm·大语言模型·deepseek·deepseek-v3·deepseek-r1