Which OpenAI API library tool would you use for article generation?

Daemon

Regular Member
Joined
Dec 31, 2009
Messages
209
Reaction score
79
Which of these examples would one use to input a keyword, and get an article output out of it? I’m confused with all these options, not sure which would be the right one o use for article generation. Or which one OpenAI resellers use.
https://beta.openai.com/examplesIs the option one would use for article generation listed there, or is it elsewhere in the documentation?
 
I don't know if you can generate full article with just one click, but you need to tell the machine what you want (More description return good result)

Example 1: (Write this in Open API Playground)
Generate article topics for healthy foods.
Keywords: heathy foods, Eat healthy, live long, live strong! Eat Green. Be Healthy

Then click submit

Result :
1. Top Ten Healthiest Foods to Eat
2. How Eating Healthy Can Extend Your Life
3. The Benefits of a Healthy Diet
4. Five Simple Ways to Incorporate More Healthy Foods Into Your Diet
5. The Ten Worst Foods for Your Health

Example 2 : (Write this in Open API Playground)
Generate topic outlines for The Benefits of a Healthy Diet

Then click submit

Result :
1. A healthy diet can improve your overall health.
2. A healthy diet can help you maintain a healthy weight.
3. A healthy diet can help reduce your risk of developing chronic diseases.
4. A healthy diet can help you live a longer and healthier life.

Example 3: (Write this in Open API Playground)
Write long informative paragraphs.
Description: Healthy diet can improve your overall health

Then click submit

Result :
A healthy diet is important for overall health. Eating a variety of healthy foods can help you maintain a healthy weight, reduce your risk of chronic diseases such as heart disease, stroke, and diabetes, and promote your overall health.

Eating a healthy diet includes consuming a variety of nutrient-dense foods, including vegetables, fruits, whole grains, lean protein, and healthy fats. It is also important to limit processed foods, sugar, and salt.

A healthy diet can help you maintain a healthy weight, reduce your risk of chronic diseases, and promote your overall health.

If you are looking to improve your overall health, a healthy diet is a great place to start. Eating a variety of healthy foods can help you maintain a healthy weight, reduce your risk of chronic diseases such as heart disease, stroke, and diabetes, and promote your overall health.

Eating a healthy diet includes consuming a variety of nutrient-dense foods, including vegetables, fruits, whole grains, lean protein, and healthy fats. It is also important to limit processed foods, sugar, and salt.

I used this settings:
Engine = text-davinci-002
Temperature = 0.7
Maximum length = 256

I wish that helped you.
 
I don't know if you can generate full article with just one click, but you need to tell the machine what you want (More description return good result)

Example 1: (Write this in Open API Playground)


Then click submit

Result :


Example 2 : (Write this in Open API Playground)


Then click submit

Result :


Example 3: (Write this in Open API Playground)


Then click submit

Result :


I used this settings:
Engine = text-davinci-002
Temperature = 0.7
Maximum length = 256

I wish that helped you.
I've been planning to start using the OpenAi API for a project, but I'm not a coder. I've tried to read the OpenAi documentation, but I only understand part of it.

Your examples helped me a lot in understanding how simple the API really is.

Is it equally simple if you want to improve readability on something the API has already produced?

Do you also have experience with training DaVinci-002 with your own content to improve the quality of the output?

Any more you can say about how you're using the API, even in the playground would be appreciated!
 
Back
Top