Jump to content

拡張機能:AI編集アシスタント

From mediawiki.org
This page is a translated version of the page Extension:AIEditingAssistant and the translation is 22% complete.
MediaWiki 拡張機能マニュアル
AIEditingAssistant
リリースの状態: 安定
実装 Artificial intelligence
説明 Supports users with AI-based editing.
作者 Hallo Welt! GmbH
メンテナー Hallo Welt! GmbH
最新バージョン -
互換性の方針 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。
MediaWiki 1.43 (LTS)
  • $wgAIEditingAssistantActiveProviderConnection
  • $wgAIEditingAssistantActiveProvider
ライセンス GNU 一般公衆利用許諾書 3.0 のみ
ダウンロード
translatewiki.net で翻訳を利用できる場合は、AIEditingAssistant 拡張機能の翻訳にご協力ください
 Community Forum

The AIEditingAssistant extension provides an AI tool integrated with VisualEditor via VisualEditorPlus . The AI assistant makes improvement suggestions for highlighted text based on pre-defined prompts.

Capabilities

  • Make text longer
  • Make text shorter
  • Summarize content
  • Improve writing
  • Fix grammar and spelling
  • Simplify language
    • The AI assistant suggests a replacement based on the selected prompt.
    • Follow-up prompts (for example, after initially prompting to "fix grammer and spelling") technically also allow text translation.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のAIEditingAssistantという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AIEditingAssistant
    
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'AIEditingAssistant' );
    
  • Configure as necessary
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

基本的な環境設定

Configure an active provider (one of the options in AIEditingAssistantProviders attribute). Currently accepted values are open-ai and ollama.

$wgAIEditingAssistantActiveProvider = 'open-ai';

Configure the connection params for selected provider. OpenAI の場合、秘密鍵を設定します:

$wgAIEditingAssistantActiveProviderConnection = 'sk-...';

使用法 / 機能

  • This feature requires an AI service provider.
  • After configuring the provider, the VisualEditorPlus inspector popup AI-action is connected to the service.

外部リンク



Bluespice のアイコン

この拡張機能は当初は BlueSpice 向けに作成されました。 BlueSpice は、企業や組織向けの MediaWiki ディストリビューションです。 これは MediaWiki を強化し、特に品質管理、プロセス支援、管理、編集、およびセキュリティの分野で機能を向上させます。 この拡張機能は個別にダウンロードできます。

BlueSpice: