Hello all,
I have a set of 50000 survey answers, including some freetext columns, for example “Suggestion to Management”. Some entries are short but others are paragraphs long. I use chatgpt API to get the sentiment and summary for each.
For each API call I use the same long prompt, to ensure the input is processed appropriately and the output is in a standard format. So, the same long prompt is repeated for each of the 50000 entries.
Is there a way to re-use the prompt without sending it each time, to minimize tokens and resource usage?
thanks!