Are there multiple items in the workflow? if the node is running a few times quickly you are likely getting rate limited.
It’s also possible that you are out of balance on openAI or are past your maximum spend. openAi recently made a change where you need to pre-purchase credits
thanks for helping. And the problem was the pre-purchase credits.
So now I have another issue:
I have credits, but when I try testing the workflow, its using my credits - almost 6$ and its not working. Every test running I lose 1$ or more
This is my workflow.
What could be wrong now? It keep executing the workflow forever… and using my credits
You are passing 100 items into it so the open AI node will run 100 separate times. Not only will that be expensive, you might be getting rate limited.
I would recommend limiting the items being passed to the openai node to just one until you are getting the results you expect. if you don’t want to have it run 100 separate times then i recommend using the “Aggregate” node to combine those items together.