Jump to content

Rozszerzenie:AIEditingAssistant

From mediawiki.org
This page is a translated version of the page Extension:AIEditingAssistant and the translation is 16% complete.
Outdated translations are marked like this.
Podręcznik rozszerzeń MediaWiki
AIEditingAssistant
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)
  • $wgAIEditingAssistantActiveProviderConnection
  • $wgAIEditingAssistantActiveProvider
Licence Licencja GNU General Public License 3.0 wyłącznie
Pobieranie
Przetłumacz rozszerzenie AIEditingAssistant jeżeli jest dostępne na translatewiki.net
 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.

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.


Installation

{
	"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
wfLoadExtension( 'AIEditingAssistant/pl' );
  • Yes Zrobione Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Ikona Bluespice

Rozszerzenie zostało stworzone oryginalnie dla BlueSpice . BlueSpice jest dystrybucją MediaWiki dostępną dla przedsiębiorstw i organizacji. Wzmacnia MediaWiki, w szczególności w obszarach zarządzania jakością, obsługi procesów, administracji, edycji i bezpieczeństwa. You can download this extension separately.

BlueSpice: