OpenAI-based wordpress tool
I want to give a logged in user on a wordpress based website the ability to generate an article using chat gpt. How to do it? The functions this generator would have:
1. the title of the article (the user enters a few keywords related to the topic of the article and Chat "spits out" 3 topic suggestions for him. Here there are 2 paths - if any of these topics matches - the customer selects the options Topic 1, Topic 2, Topic 3 and goes to the next stage.
2 The next stage will be to provide up to 3 keywords that will be included in the article. After specifying, he moves on.
3.The next stage is the client has to specify what target audience he wants to reach.
4. in the next stage the customer has the opportunity to provide 1 link, which will be placed in the content of the article
4. at this stage a summary will be displayed with the data that the customer has provided. If everything agrees he clicks "generate" and an article is created for him.
... and more.