So I’m working on a scenario and basically its a google sheet with a list of keywords. I am selecting these keywords in google sheets by selecting a range of data. Works fine and outputs the keywords individually in separate output bundles.
What I’m then trying to do is input this data into chat GPT prompt in one go without having to run chat GPT x amount of times for the amount of keywords. For instance 50 keywords runs GPT 50 times when I would rather give GPT the 50 keywords in one go.
I want to feed chat GPT one list of data and get it to sort that data returning me the results. The problem I’m having is it runs x amount of times using too many tokens. I tried to use an array and it just listed [collection, collection, collection etc] so it somewhat worked but didn’t show the values from the array. I know this can be done and im sure its simple but im a beginner with make. Maybe I could utilize something else instead of sheets to do this? I’m open to any suggestions if anyone could help it would greatly appreciated.