Python Script for OpenAI Text Generation and summarization
Budget: €30 – €250 EUR
I need a python script that can pass in prompt to OpenAI. To understand what is needed, imagine creating a landing page with more than 1000 words using ChatGPT. Where a series of prompts was entered manually. i.e a chat or conversation with ChatGPT. Now this inputs that were manually insert to ChatGPT are provided to you. And you are to create a script that can automatically create the landing page using the prompts and OpenAI API. I need a script that I can either put in the series of prompts as one prompt or loop through the prompts as an array of input. The output can be a sub text that I can combine to form the landing page in question or the complete landing page. When creating the sub text from the series of prompts, OpenAI should see the individual prompts and outputs as a chain of conversation like when doing the prompt manually through ChatGPT. Also, I want to be able to input a large text such as a complete landing page and input a series of prompts (questions such summary of the landing page, audience of the landing page etc) so to provide context about the landing page. The series of prompts can be defined in the script as an array.