WP Manifestindependent plugin directory
manifest / ai / mistral-chatbot

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

0stars
0forks

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.zip

Readme

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 :

  1. Create a mistral-chatbot folder in \/wp-content/plugins. For example :

    mkdir -p /var/www/html/wp-content/plugins/mistral-chatbot
  2. 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
  3. 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
  4. Enable the plugin from your wordpress admin dashboard:

    a. Go to Plugins → Installed Plugins

    b. Click Activate on Mistral Chatbot

Read the full README on GitLab →