TaxoPress Pro integrates with OpenAI to scan your content and suggest existing terms. This feature has the ability to customize the prompts used to return results from OpenAI. You can see this in the “OpenAI Prompt” setting which is currently marked as “Beta”.

OpenAI Prompts
prompt openai

Here are some suggestions for modifying the OpenAI prompt. These are only ideas and OpenAI will accept a wide variety of prompts so feel free to unleash your imagination and test your own use-cases. It’s worth reading the OpenAI documentation on creating prompts.

In these first examples, you can use the prompt to return a maximum or minimum number of terms:

Extract a maximum of 20 tags from the following content: '{content}'
Extract a minimum of 30 categories from the following content: '{content}'. 

OpenAI is very flexible about the phrases used, with the exception of {content} which much be included. For example, these variations will all work.

Extract keyword from the following content: {content}
Analyze the following content and extract keywords: {content}
Extract keyword from the following content: """{content}"""

In the next example, you can use prompts to sort the tags in a specific order.

Extract tags from the following content: {content}. Order the tags by alphabetical order
Extract tags from the following content: {content}. Order the tags by popularity

You can use prompts to specify a language for the terms. This does not have to be the same language as the original content.

Extract tags from the following content: {content}. Make sure all Tags are Spanish dictionary words.
Extract tags from the following content: {content}. Make sure all Tags are written in Japanese characters.

Finally for our example, you can use prompts to exclude certain words:

Extract tags from the following content: {content}. Do not use the words "WordPress", "Plugins" or "Themes".
Extract tags from the following content: {content}. Do not use any curse words.