Bulk generating content with chatGPT

regensteiner

Regular Member
Joined
May 9, 2012
Messages
244
Reaction score
82
I have a list of 500 prompts I need a short amount of text for.

Is there a tool (or API integration) that can automatically enter each prompt and save the output to a file?
 
You can use GPT-3 API to input your all prompts and generate text, which you can then save to a file
 
Any basic programming language can do this
 
Back
Top