DPA AI Assistant

描述

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

  1. Create an account at OpenAI and Stability AI.
  2. Create API keys and insert in the plugin settings (DPAPPS -> AI Assistant -> Settings).
  3. 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.

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.

屏幕截图

  • Chat screen
  • Image generation screen
  • Writer screen #1
  • Writer screen #2
  • Transcription screen (Text to Speech)
  • Transcription screen (Speech to text)
  • Fine-tuned model list
  • List of dataset files (jsonl) for Fine-tuning
  • Dataset creation (Easy mode)
  • Dataset creation (Expert mode)
  • Create a Fine-tuned model
  • Plugin options
  • Suggest title, excerpt, tags and featured image in editor

安装

  1. From the WP admin panel, click “Plugins” -> “Add new”.
  2. In the browser input box, type “DPA AI Assistant”.
  3. Select the “DPA AI Assistant” plugin and click “Install”.
  4. Activate the plugin.

OR…

  1. Download the plugin from this page.
  2. Save the .zip file to a location on your computer.
  3. Open the WP admin panel, and click “Plugins” -> “Add new”.
  4. Click “upload”.. then browse to the .zip file downloaded from this page.
  5. Click “Install”.. and then “Activate plugin”.

常见问题

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.

评价

此插件暂无评价。

贡献者及开发者

「DPA AI Assistant」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「DPA AI Assistant」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「DPA AI Assistant」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.2.3 (2024/12/26)

  • Update: Updated japanese translation file.

0.2.2 (2024/12/17)

  • Improved: Compatibility with WP 6.7.1.

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.