Data Analytics/Python cheat sheets
RateLimitError: You exceeded your current quota, please check your plan and billing details.. 에러 해결방법
peter was here
2023. 12. 5. 16:09
728x90
안녕하세요.
GPT 랭체인을 공부하다가
RateLimitError: You exceeded your current quota, please check your plan and billing details..
라는 에러를 맞이해서 알게되서 기록용으로 남깁니다.
저 같은 경우는
Retrying langchain.llms.openai.completion_with_retry.<locals>._completion_with_retry in 4.0 seconds as it raised RateLimitError: You exceeded your current quota, please check your plan and billing details.
이렇게 나와서 구글링하다 보니, 허무하게도, API 키를 신청하고 시간이 좀 있어야 키가 작동한다는 것을 알게되었습니다.
그러니, 걱정하지마시고 OPEN AI 키를 신청하고 짧게는 1시간, 길게는 24시간 정도 있다가 다시해보시면 작동할 거에요.
그럼 즐거운 코딩되세요!
728x90