mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 19:19:46 +08:00
update readme and plugin name
This commit is contained in:
parent
1ad7eb2598
commit
eab1f725de
2 changed files with 12 additions and 4 deletions
2
mind.php
2
mind.php
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Plugin Name: Mind
|
* Plugin Name: AI Mind
|
||||||
* Description: Content Assistant Plugin based on OpenAI. Write, improve, rewrite, rephrase, change the tone of your blog posts, and more.
|
* Description: Content Assistant Plugin based on OpenAI. Write, improve, rewrite, rephrase, change the tone of your blog posts, and more.
|
||||||
* Requires at least: 6.0
|
* Requires at least: 6.0
|
||||||
* Requires PHP: 7.2
|
* Requires PHP: 7.2
|
||||||
|
|
14
readme.txt
14
readme.txt
|
@ -1,8 +1,8 @@
|
||||||
=== Mind ===
|
=== AI Mind ===
|
||||||
Contributors: nko
|
Contributors: nko
|
||||||
Tags: ai, openai, gpt, copywriting, assistant
|
Tags: ai, openai, gpt, copywriting, assistant
|
||||||
Requires at least: 6.0
|
Requires at least: 6.2
|
||||||
Tested up to: 6.3
|
Tested up to: 6.4
|
||||||
Requires PHP: 7.2
|
Requires PHP: 7.2
|
||||||
Stable tag: 0.1.0
|
Stable tag: 0.1.0
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -86,6 +86,14 @@ With its comprehensive set of features, Mind empowers content editors to write h
|
||||||
|
|
||||||
p.s. this plugin description is created using Mind and OpenAI API.
|
p.s. this plugin description is created using Mind and OpenAI API.
|
||||||
|
|
||||||
|
=== OpenAI ===
|
||||||
|
|
||||||
|
The AI Mind plugin utilizes [OpenAI](https://platform.openai.com/) API without collecting any personal information. Data transmitted to OpenAI servers includes post content and specified context.
|
||||||
|
|
||||||
|
For the AI Mind plugin to function correctly, you need an API key from OpenAI. Sign up at <https://platform.openai.com/account/api-keys> to obtain the key.
|
||||||
|
|
||||||
|
Please make sure to review their [Privacy Policy](https://openai.com/policies/privacy-policy), as well as their [Terms of Use](https://openai.com/policies/terms-of-use) for more information.
|
||||||
|
|
||||||
|
|
||||||
== Installation ==
|
== Installation ==
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue