You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Tap into leading cloud-based services like [OpenAI](https://openai.com/), [Micro
16
16
17
17
*You can learn more about ClassifAI's features at [ClassifAIPlugin.com](https://classifaiplugin.com/) and documentation at the [ClassifAI documentation site](https://10up.github.io/classifai/).*
18
18
19
-
**Features**
19
+
== Features ==
20
20
21
21
* Generate a summary of post content and store it as an excerpt using [OpenAI's ChatGPT API](https://platform.openai.com/docs/guides/chat), [Microsoft Azure's OpenAI service](https://azure.microsoft.com/en-us/products/ai-services/openai-service), [Google's Gemini API](https://ai.google.dev/docs/gemini_api_overview), [xAI's Grok](https://x.ai/) or locally using [Ollama](https://ollama.com/)
22
22
* Generate key takeaways from post content and render at the top of a post using [OpenAI's ChatGPT API](https://platform.openai.com/docs/guides/chat), [Microsoft Azure's OpenAI service](https://azure.microsoft.com/en-us/products/ai-services/openai-service) or locally using [Ollama](https://ollama.com/)
@@ -37,7 +37,7 @@ Tap into leading cloud-based services like [OpenAI](https://openai.com/), [Micro
37
37
* Bulk classify content with [WP-CLI](https://wp-cli.org/)
38
38
* Modification of your `robots.txt` file to block the most common AI data scraping bots from indexing your site
39
39
40
-
**Requirements**
40
+
== Requirements ==
41
41
42
42
* To utilize the NLU Language Processing functionality, you will need an active [IBM Watson](https://cloud.ibm.com/registration) account.
43
43
* To utilize the ChatGPT, Embeddings, Text to Speech or Speech to Text Language Processing functionality or Image Generation functionality, you will need an active [OpenAI](https://platform.openai.com/signup) account.
@@ -52,6 +52,12 @@ Tap into leading cloud-based services like [OpenAI](https://openai.com/), [Micro
52
52
* To utilize the Smart 404 feature, you will need an active [OpenAI](https://platform.openai.com/signup) account or [Microsoft Azure](https://signup.azure.com/signup) account with OpenAI access and you will need to use [ElasticPress](https://github.com/10up/ElasticPress) 5.0.0+ and [Elasticsearch](https://www.elastic.co/elasticsearch) 7.0+.
53
53
* To utilize the Term Cleanup feature, you will need an active [OpenAI](https://platform.openai.com/signup) account or [Microsoft Azure](https://signup.azure.com/signup) account with OpenAI access. For better performance, you will need [ElasticPress](https://github.com/10up/ElasticPress) 5.0.0+ and [Elasticsearch](https://www.elastic.co/elasticsearch) 7.0+.
54
54
55
+
== Frequently Asked Questions ==
56
+
57
+
= Where do I report security bugs found in this plugin? =
58
+
59
+
Please report security bugs found in the source code of the undefined plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/f298c330-8d56-4af5-8a69-736281841ce1). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
60
+
55
61
== Upgrade Notice ==
56
62
57
63
= 3.3.0 =
@@ -79,3 +85,4 @@ Tap into leading cloud-based services like [OpenAI](https://openai.com/), [Micro
79
85
80
86
= 1.8.0 =
81
87
**Note that this release bumps the PHP minimum from 7.0 to 7.2.**
0 commit comments