Extension:Chatbot

MediaWiki extensions manual
Chatbot
Release status: experimental
Implementation User interface
Description Bundles several extensions and features for the use of (Semantic) MediaWiki in the scientific-technical domain.
Author(s) Simon Stier (Simon Stiertalk)
Latest version 0.1.0
MediaWiki 1.39
Database changes No
License GNU Affero General Public License 3.0 or later
Download
README
  • $wgChatbotPopupAssistentConfig

Embeds an AI chatbot in the wiki per Special:Chatbot. Currently only supports h2ogpt e. g. with h2ogpt-cpu.

Installation

edit
  • Download and place the file(s) in a directory called Chatbot in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Chatbot' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Follow further steps in the README.

See also

edit