Clay Icon

How to Optimize GPT Prompt by Running Only Unprocessed Rows

·
·

I have a large table and I’ve already ran thousands of a GPT prompt. The problem I’m running into is I want to make a slight improvement to the prompt and I only want to run the rows that I’ve not run already. I don’t want to rerun the rows I’ve already run for a small optimization. It’s too much money for that. How can I do this?

  • Avatar of Matt R.
    Matt R.
    ·
    ·

    Arturo O. I worry that “Run all rows that haven;t run or had errors” will still re-run the many thousands of GPT prompts because I made a small change to the prompt. I only want this change to propogate to the un-run columns

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    Hey Matt! Will take a look

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    Since there was a change to the prompt, it will re-run previous rows since it's considered a 'new' request. In this case, I would filter and show only those rows that haven't run so you can queue the right ones

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    Need help processing that?

  • Avatar of Matt R.
    Matt R.
    ·
    ·

    Smart, thank you! I will consider that going forward