kookmin-sw / capstone-2023-05

capstone-2023-05 created by GitHub Classroom
https://capstone-2023-05.vercel.app
0 stars 0 forks source link

openai.error.RateLimitError at 'sendOpinion' #88

Closed Jaewook-Lee closed 1 year ago

Jaewook-Lee commented 1 year ago

@PricelessCode 요청으로 master branch의 내용들에 대해 로컬 테스트를 진행했습니다.
테스트 진행 중 sendOpinion 핸들러에서 아래의 두 가지 오류를 발견했습니다.

openai.error.RateLimitError
: You exceeded your current quota, please check your plan and billing details.

billing 문제인 것 같은데 아직 이 문제 해결 안 된 건가요?

Jaewook-Lee commented 1 year ago

@PricelessCode 의 개인 API Key를 가지고 테스트를 진행했는데 아래와 같은 에러를 얻었습니다.

openai.error.RateLimitError: That model is currently overloaded with other requests.
You can retry your request, or contact us through our help center at help.openai.com if the error persists.
(Please include the request ID fc842d09354f2d668bd07a26d66ae2cf in your message.)

@PricelessCode 는 API Key의 Rate Limit을 확인해주길 바랍니다.

Jaewook-Lee commented 1 year ago

@ChangHoon-Sung 팀원이 billing method 등록하면서 해결됐습니다.