snowmanstudio
Junior Member
- May 10, 2022
- 126
- 71
Hey, I create a wordpress Plugin , which Automatically generates and posts content bulk using OpenAI API from a CSV files(topics, category).
And I want output in Markdown format each post. I try this prompt below,
And it works for few post and few not.
How should I prompt to get output(markdown) from OpenAI like this:

And I want output in Markdown format each post. I try this prompt below,
PHP:
$prompt = "Write blog post about $topic) output in markdown markdown format. (rules goes here)";
And it works for few post and few not.
How should I prompt to get output(markdown) from OpenAI like this:
