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〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.