Automating multiple completions

My use-case involves a lot of chained completions - the completion of one prompt influences the completion of the second prompt and so on. I am attempting to create fine-tuned models for each individual prompt, which requires hundreds of examples for the individual fine-tuned models. I am using GPT3 to help create these examples (both prompt and completion), but as you can imagine this is pretty time-consuming.

Is there a way to automate this somehow in Python or another language?

1 Like

Yes through the playground.