Mistral Chatbot GitLab
A wordpress plugin to integrate a Mistral chatbot.
by Simon Faucher for En Faim Sans Fil · gitlab.com/en-faim-sans-fil-website/mistral-chatbot
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/en-faim-sans-fil-website/mistral-chatbot/-/archive/main/mistral-chatbot-main.zipReadme
mistral-chatbot
Getting started
Installing the plugin in your current WordPress installation
For now, no "official" wordpress plugin is provided. To run this plugin in your current wordpress installation, please run the following steps :
-
Create a mistral-chatbot folder in \/wp-content/plugins. For example :
mkdir -p /var/www/html/wp-content/plugins/mistral-chatbot -
Copy the assets/ and includes/ folders in this newly created folder. For example :
cp -r assets/ includes/ /var/www/html/wp-content/plugins/mistral-chatbot -
Copy the my-mistral-chatbot.php file in this newly created folder, for example :
cp my-mistral-chatbot.php /var/www/html/wp-content/plugins/mistral-chatbot -
Enable the plugin from your wordpress admin dashboard:
a. Go to Plugins → Installed Plugins
b. Click Activate on Mistral Chatbot