Description
DPA AI Assistant can generate articles and images by integrating with various generative AI services. It can also fine-tune AI models by utilizing datasets.
Usage
- Create an account at OpenAI and Stability AI.
- Create API keys and insert in the plugin settings (DPAPPS -> AI Assistant -> Settings).
- Enjoy the features of AI Assistant.
More details and documentation in here.
Disclaimer
DPA AI Assistant is a plugin that helps you to connect your websites to AI services. You need your own API keys and must follow the rules set by the AI service you choose. Before using this plugin, please check their terms of use.
- OpenAI: Terms of Service, Privacy Policy
- Stability AI: Terms of Service, Privacy Policy
Please do so with other services as well. Our privacy policy is here.
The developer of DPA AI Assistant and related parties are not responsible for any issues or losses caused by using the plugin or AI-generated content. You should talk to a legal expert and follow the laws and regulations of your country. DPA AI Assistant does only store data on your own server, and it is your responsibility to keep it safe.
For developers
The development hub for this plugin and the source code can be found at https://github.com/DigiPressApps/dpa-ai-assistant.
Screenshots
Installation
- From the WP admin panel, click “Plugins” -> “Add new”.
- In the browser input box, type “DPA AI Assistant”.
- Select the “DPA AI Assistant” plugin and click “Install”.
- Activate the plugin.
OR…
- Download the plugin from this page.
- Save the .zip file to a location on your computer.
- Open the WP admin panel, and click “Plugins” -> “Add new”.
- Click “upload”.. then browse to the .zip file downloaded from this page.
- Click “Install”.. and then “Activate plugin”.
FAQ
-
What is the “DPA AI Assistant” plugin?
-
“DPA AI Assistant” is a plugin that uses the power of GPT to help you create high-quality content for your website. This plugin also allows you to generate blog post ideas, write articles, and create entire pages in seconds.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“DPA AI Assistant” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “DPA AI Assistant” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2.1 (2024/09/18)
- Update: Added new GPT model “o1-preview” and “o1-mini” in chat and writer function.
- Update: Updated all npm packags.
0.2.0 (2024/07/21)
- Update: Added new text generation model “GPT-4o mini” in Chat function.
- Update: The default GPT model is changed from “GPT-3.5 Turbo” to “GPT-4o mini”.
- Fix: Fixed a bug in the writer function where it was not possible to replace the intro and outro titles when selecting gpt-4o-mini.
- Fix: Removed deprecated models in Open AI from plugin’s selectable AI models.
0.1.6 (2024/07/19)
- Fix: Fixed a bug that caused values ??to be unable to be passed to the props spread syntax due to the change from defaultProps to default parameters.
- Fix: Removed unnecessary custom components.
0.1.5 (2024/07/10)
- Fix: Removed
defaultProps
(Deprecated in React 19). - Fix: Removed unnecessary custom components.
0.1.4 (2024/07/04)
- Fix: Removed
defaultProps
(Deprecated in React 19). - Fix: Minor fixed for the next WordPress 6.6.
0.1.3 (2024/07/01)
- Update: Update Japanese translation file for PHP (dpa-ai-assistant-ja.po).
0.1.2 (2024/06/28)
- Update: Update readme.txt and README.md.
- Fix: Sanitize post data sent via REST API.
- Fix: Matched the text domain to plugin slug.
0.1.1 (2024/05/26)
- Fix: Escaping text output.