"error":
{
"message": "You exceeded your current quota, please check your plan and billing details.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
에러 메시지로 이런 내용을 반환받았다.
You exceeded your current quota, please check your plan and billing details.
즉 현재 할당량을 초과했다는 의미인데 나는 GPT 유료버전을 사용하고 이번에 API 키를 발급받아서 처음 적용한 상황이다.
해당 문제를 해결하려면 https://platform.openai.com/account/billing/overview
OpenAI Platform
Explore developer resources, tutorials, API docs, and dynamic examples to get the most out of OpenAI's platform.
platform.openai.com
해당 위치로 들어가서
이 부분에서 카드 등록을 진행해주면 문제가 해결된다고 한다.
CHAT GPT API를 사용하려면 카드를 등록해야 한다.
처음에 무료 할당량이 있지만 해당 사용량을 초과하면 결제를 해야되기 때문에 절차부분에서 카드를 등록하게 넣어놓은 것 같다.
반응형
'오류해결' 카테고리의 다른 글
젠킨스 파이프라인 문법 에러 (1) | 2023.12.17 |
---|---|
스프링부트 3.x에서 자바11 라이브러리 찾으려는 오류 (0) | 2023.12.15 |
생성자 주입을 하면서 생겼던 문제(Null) (0) | 2023.07.23 |
인텔리제이 테스트 에러(Execution failed for task ':test'.) (0) | 2023.06.27 |