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 小时前
Claude 入口砍到只剩一个,GPT-6 已经能自己连干 24 小时
人工智能·chatgpt·agi
武子康4 小时前
TP、PP、DP、EP 如何组合:八张卡,怎样淘汰不合适的配置
人工智能·llm·agent
半桶水专家4 小时前
初识 LLM 应用开发
llm
moMo6 小时前
LLM 的 Tool Call:从字符串协议到 LangChain 工具调用
llm
用户3134672143546 小时前
Agent 开发学习笔记(六):LCEL:把组件串成链
langchain·agent
小马过河R7 小时前
开篇|3天从0到1入门AI应用开发
人工智能·语言模型·llm·agent·ai编程·deepagent
艾醒(AiXing-w)8 小时前
LangChain 1.0 智能体开发(三):Agent 记忆管理——从短期对话到跨会话长期记忆
数据库·人工智能·langchain
liulilittle8 小时前
Linux AI 开发环境搭建实录
linux·ai·llm·agent·hyper-v·dev·opencode
happy_king_zi10 小时前
Milvus 生产环境部署,优化,日常维护中遇到的问题
llm·milvus
桃西西呀11 小时前
一句话换个词序意思就全变,大模型是怎么读出门道的?手搓一个 Transformer 看清楚
人工智能·llm·ai编程