Custom chatbot for your website using the OpenAI API.
- Custom chatbot with your own knowledge base.
- Customizable appearance.
- Save user conversations on your Wordpress database.
- Download conversations as CSV file.
- Download
ez-chatbot.zip
from the releases page. - Go to Plugins on your WordPress admin panel.
- Select Add new plugin.
- Select Upload plugin and choose the downloaded file.
- Click Install Now.
- Clone the repository:
git clone https://github.com/medinnna/ez-chatbot.git
- Install the dependencies.
npm install
- Build the plugin.
npm run build
The build automatically creates the plugin zip file in the dist
folder only with the necessary files.
EZ Chatbot is licensed under the GPL v3 or later.