Hi,
I started working with ChatGPT 4o recently and I am constantly hitting the rate limit with my zap right now. My Zap is designed this way:
- ChatGPT is supposed to memorize a text from a Google Drive File, so that the information is stored in the Conversation ID
- There is a Loop to repeat this step for every text that is added to my Google Sheet (the GoogleSheet is the trigger for the Zap)
- After the Loop, ChatGPT is supposed to make a summary of all texts it memorized
The problem I’m facing right now is that in the first step with ChatGPT memorizing the texts, it already reaches the rate limit for 4o. The texts are not that long, so the input is very similar each time and should not exceed the rate limit. I have the feeling the problem might be the conversation ID. But without using it, the whole step would not work as required. I have already tried to put in delays to prolong the time between the ChatGPT steps activating, but it does not always work.
Does somebody have an idea, how to work around this rate limit problem?