AI Options
In this section, you will learn about the structure of AI Options.
"aiOptions": {
"aiProviders": {
"textGenerator": "OpenAI",
"imageGenerator": false
},
"featuredImage": {
"generateWithAI": false,
"prompt": ""
},
"postBody": {
"generateWithAI": true,
"model":"gpt-3.5-turbo",
"prompt": "Rewrite this article to make it unique ${post}",
"pipeline": []
},
"postTitle": {
"generateWithAI": true,
"model":"gpt-3.5-turbo",
"prompt": "Rewrite this title to make unique ${title}"
}
}Last updated