작성
·
44
·
수정됨
0
n8n에서 GPT노드 ( Message a model)에서 아래와 같이 에러메시지가 나오네요
여기서 막혀서 진도가 안나가네요
Problem in node ‘Message a model‘
The service is receiving too many requests from you
OUTPUT 메시지입니다
The service is receiving too many requests from you [item 0]
Rate limit reached for gpt-4.1-mini in organization org-wwC56Ak1ePccRgbcItpTvkCH on tokens per min (TPM): Limit 100000, Used 100000, Requested 183. Please try again in 1h19m3.36s. 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.
답변 1
0
안녕하세요.
본 현상은 n8n 자체와 무관하게 현재 사용중이신 요금제(tier)에 비해 너무 많은 요청이 가서 생긴 오류로 보입니다.
OpenAI 정책에 따라 현재까지 openAI API에 얼마를 지출했는지, 사용량 제한이 얼마나 되는지에 따라 기준 시간당 호출할 수 있는 API 횟수가 나눠져있는 것으로 보입니다.
자세한 내용은 아래 문서를 참고해보시면 좋을 것 같아요! 😀
https://platform.openai.com/docs/guides/rate-limits#usage-tiers
감사합니다 :)