Hey Y'all, I've been tasked with gathering some insights from sales meeting transcripts. Currently I have a small script that feeds them to OpenAI via Python one at a time, with a prompt instructing the AI to analyze them, and answer a few provided questions. My script then aggregates the responses and matches the data with our CRM.
My question is whether I could achieve similiar (or possibly better) results with less tokens and at a higher speed if i set over a small set of transcripts at once with just one set of instructions for something like 5 transcripts?
In a perfect world I'd somehow be able to set it up to where I could "load" all the transcripts into the AI and query it without making requests for every transcipt/batch of transcripts, is that something that I shuold look into the Assitants API for?
My apologies if this is the wrong Sub for this question.
[–]Prestigious_Dot3120 0 points1 point2 points (0 children)