Extension:Chatbot
![]() Release status: experimentalCategory:Experimental extensions |
|
---|---|
Implementation | User interfaceCategory:User interface extensions |
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.39Category:Extensions with manual MediaWiki version |
Database changes | No |
License | GNU Affero General Public License 3.0 or later |
Download | GitHub: Note: README |
|
|
Embeds an AI chatbot in the wiki per Special:Chatbot. Currently only supports h2ogpt e. g. with h2ogpt-cpu.
Installation
- Download and place the file(s) in a directory called
Chatbot
in yourextensions/
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
- Github Organization
- other extensions in Category:OpenSemanticLab
Category:AGPL licensed extensions
Category:All extensions
Category:Experimental extensions
Category:Extensions in GitHub version control
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:OpenSemanticLab
Category:ParserFirstCallInit extensions
Category:User interface extensions