Extension:Chatbot
Appearance
Release status: experimental |
|
|---|---|
| Implementation | User interface, Artificial intelligence |
| 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 | GitHub: Note: README |
|
|
Embeds an AI chatbot in the wiki at Special:Chatbot. Currently only supports h2ogpt e. g. with h2ogpt-cpu.
Installation
[edit]- Download and place the file(s) in a directory called
Chatbotin 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.
