Rozszerzenie:AIEditingAssistant
Appearance
Outdated translations are marked like this.
| 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. |
Status wydania: stabilne |
|
|---|---|
| Realizacja | Artificial intelligence |
| Opis | Supports users with AI-based editing. |
| Autor(zy) | Hallo Welt! GmbH |
| Opiekun(owie) | Hallo Welt! GmbH |
| Ostatnia wersja | - |
| Polityka zgodności | Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu. |
| MediaWiki | 1.43 (LTS) |
|
|
| Licence | Licencja GNU General Public License 3.0 wyłącznie |
| Pobieranie | |
| Przetłumacz rozszerzenie AIEditingAssistant jeżeli jest dostępne na translatewiki.net | |
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.
Możliwości
- 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.
Basic configuration
First, install the extension.
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. In case of OpenAI, set the secret key:
$wgAIEditingAssistantActiveProviderConnection = 'sk-...';
Użycie / funkcje
- This feature requires an AI service provider.
- After configuring the provider, the VisualEditorPlus inspector popup AI-action is connected to the service.
-
Link do Ai Editing Assistant
-
Możliwe wskazówki
-
Ustawienia konfiguracyjne
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-AIEditingAssistant/pl.git) as a "vcs repository" and the package name (mediawiki/AIEditingAssistant/pl) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-AIEditingAssistant/pl.git" } ], "require": { "mediawiki/AIEditingAssistant/pl": "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/pl' );
Zrobione Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
| To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: |

