Extension:AI编辑助理
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
发行状态: 稳定版 |
|
|---|---|
| 实现 | Artificial intelligence |
| 描述 | 提供用户使用人工智慧進行編輯。 |
| 作者 | Hallo Welt! GmbH |
| 维护者 | Hallo Welt! GmbH |
| 最新版本 | - |
| 兼容性政策 | 对于每个有长期支持的MediaWiki发行版本,扩展内都有对应的分支。 |
| MediaWiki | 1.43 (LTS) |
|
|
| 许可证 | GNU General Public License 3.0 only |
| 下載 | |
| 前往translatewiki.net翻譯AIEditingAssistant扩展 | |
AIEditingAssistant 擴充功能提供了一個AI工具,其透過VisualEditorPlus與VisualEditor整合。 AI助理會根據預先定義的提示,對突出顯示的文字提出改進建議。
能力
- 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.
基础配置
First, install the extension.
配置一個活躍的提供商(在AIEditingAssistantProviders属性值中的其中一个选项)
目前公認的值是open-ai和ollama。
$wgAIEditingAssistantActiveProvider = 'open-ai';
針對所选的提供商配置连接的参数。 如果是OpenAI,请设置密钥:
$wgAIEditingAssistantActiveProviderConnection = 'sk-...';
用法/特性
- 此功能需要人工智慧服務提供者。
- 在設定了提供者之後,VisualEditorPlus 檢查器彈出AI操作將連接到該服務。
-
链接到VisualEditorPlus檢查器操作
-
可用的提示语
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-AIEditingAssistant/zh.git) as a "vcs repository" and the package name (mediawiki/AIEditingAssistant/zh) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-AIEditingAssistant/zh.git" } ], "require": { "mediawiki/AIEditingAssistant/zh": "dev-REL1_43" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'AIEditingAssistant/zh' );
完成 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
| 此扩展在以下wiki农场/托管网站和/或软件包中提供: |

