説明
DPA AI Assistant は、様々な生成系 AI サービスと連携して記事や画像を生成することができます。また、データセットを活用して AI モデルのファインチューニングを行うことも可能です。
使い方
- Open AI と Stability AI のアカウントを作成します。
- API キーを生成し、プラグイン設定に挿入します (DPAPPS > AI Assistant > 設定)。
- AI アシスタントの機能をお楽しみください。
さらに詳しいドキュメントはこちらをご覧ください。
免責事項
DPA AI Assistant は、あなたの Web サイトをAI サービスに接続するためのプラグインです。利用には独自の API キーが必要で、選択した AI サービスが定める規則に従う必要があります。このプラグインを使用する前に、各サービスの利用規約をご確認ください。
- OpenAI: Terms of Service, Privacy Policy
- Stability AI: Terms of Service, Privacy Policy
他のサービスについても同様にお願いします。プライバシーポリシーはこちらです。
DPA AI Assistant の開発者および関係者は、プラグインや AI が生成したコンテンツの使用によって生じたいかなる問題や損失についても責任を負いません。法律の専門家に相談し、各国の法律や規制に従ってください。DPA AI Assistant はデータをお客様自身のサーバーにのみ保存し、その安全性を確保する責任はお客様にあります。
開発者向け
このプラグインの開発ハブとソースコードは https://github.com/DigiPressApps/dpa-ai-assistant で確認できます。
スクリーンショット
インストール
- 管理ページから「プラグイン」>「新規追加」と進みます。
- 入力フォームに「DPA AI Assistant」と入力します。
- 「DPA AI Assistant」プラグインを選択し、「インストール」をクリックします。
- プラグインを有効化します。
または
- このページからプラグインをダウンロードします。
- ローカル上に zip ファイルを保存します。
- WordPress の管理パネルを開き、「プラグイン」->「新規追加」をクリックします。
- このページからダウンロードした.zipファイルを選択し、「アップロード」をクリックしてください。
- 「インストール」をクリックし、プラグインを有効化します。
FAQ
-
DPA AI Assistant プラグインについて
-
「DPA AI Assistant」は、GPTの能力を活用してウェブサイトの高品質なコンテンツ作成をサポートするプラグインです。このプラグインを使用すると、ブログ記事のアイデア生成、記事の執筆、そしてページ全体を数秒で作成することができます。
評価
このプラグインにはレビューがありません。
貢献者と開発者
変更履歴
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.