[METHOD] Make Your Own PAA Site With OpenAI - Complete Tutorial + FREE Python Script

Why people would use your paa site when there are ai chat alternatives? I mean how long can you hold popularity in an ai revolution?
 
Why people would use your paa site when there are ai chat alternatives? I mean how long can you hold popularity in an ai revolution?

I'm not sure what you mean. AI Chat has nothing to do with content websites. A PAA site is not trying to compete with AI chat.
 
Why people would use your paa site when there are ai chat alternatives? I mean how long can you hold popularity in an ai revolution?
Ok, I started actually replying to this but then I figured that I'm probably chatting to an AI bot.

In case I'm mistaken, PAA = People Also Ask. It's not OP's site it states in the title "Make Your Own PAA Site".
 
Brilliant share.
I'm doing step 1-4 as mentioned above, but I then write the content manually.
The reason for this is that it's in a niche I know a boatload about, as well as being really interested in it, so it makes the writing experience a lot more enjoyable.
 
Open AI is used by AI Writer for Windows, but it works well for prompts and will spit out 10 variations of up to 3000 words at once.
 
Brilliant share.
I'm doing step 1-4 as mentioned above, but I then write the content manually.
The reason for this is that it's in a niche I know a boatload about, as well as being really interested in it, so it makes the writing experience a lot more enjoyable.

That's the best way to do it imo.

All the best.
 
Big thumbs up to @warriorsam53 for his kindness and super informative & descriptive guide, that any beginner can follow and do it.

Now it's all about improving and tweaking this code for better results.

Thank you very much!
 
Nice share! You can also post article to WordPress automatically with python.
 
It depends on your set up. You can use pip if you're using the command line. If you're using a GUI tool, then each tool will have a slightly different method. It's best if you google it with info about your specific set up.



No, I don't check the volume for any PAA. It doesn't make sense to check the volume any way because it's not something that people type. PAA are created by Google and not generated by user searches.

I just have an OpenAI account and Python on my computer - that’s my set up. I thought you of just working with the OpenAI Key but I think it’s way more complicated than I thought
 
First of all huge thanks to OP for writing this guide. I actually started coding a python script yesterday but hadn’t even thought about using a CSV file for the articles until I saw this!

With no coding experience I was able to tweak this (thanks ChatGPT) to have it create an outline and then create all the content for the subheadings using a single script. Takes about 10 minutes to create 25 articles and costs 3-4 cents an article.


Now I know this is asking a lot… but anyone have any suggestions for prompts, temperature, frequency, etc. that will give out content that is as good as ChatGPT?

I’ve got great prompts down in ChatGPT that put out great results thag passes all the “Ai detectors” (that don’t actually work correctly I know) but the style and quality that ChatGPT puts out is considerably better than davinci even when using the same prompts.

Anyone have any suggests on other davinci settings that will help the quality? (Without fine tuning)
 
First of all huge thanks to OP for writing this guide. I actually started coding a python script yesterday but hadn’t even thought about using a CSV file for the articles until I saw this!

With no coding experience I was able to tweak this (thanks ChatGPT) to have it create an outline and then create all the content for the subheadings using a single script. Takes about 10 minutes to create 25 articles and costs 3-4 cents an article.


Now I know this is asking a lot… but anyone have any suggestions for prompts, temperature, frequency, etc. that will give out content that is as good as ChatGPT?

I’ve got great prompts down in ChatGPT that put out great results thag passes all the “Ai detectors” (that don’t actually work correctly I know) but the style and quality that ChatGPT puts out is considerably better than davinci even when using the same prompts.

Anyone have any suggests on other davinci settings that will help the quality? (Without fine tuning)

With the right prompts and context, you should be able to get content that’s similar to ChatGPT. Especially when you’re creating shorter content.

ChatGPT is trained on a different dataset so it’ll be really challenging to get exactly the same output but you should be able to get something close enough.
 
With the right prompts and context, you should be able to get content that’s similar to ChatGPT. Especially when you’re creating shorter content.

ChatGPT is trained on a different dataset so it’ll be really challenging to get exactly the same output but you should be able to get something close enough.
Yeah I don’t need it to be exact. It’s just far more academic than what I’m getting with ChatGPT using the same prompts. I’ve tried telling it to use a casual style, a conversational style, and even in the style of some comedians to try and get it to loosen up and just can’t get it there.
 
Back
Top