Integrate ChatGPT into your Strapi application. You get both a UI to interact with ChatGPT and an API end-points to integrate into your applications.
Integrate ChatGPT into your Strapi application. You get both a UI to interact with ChatGPT and an API end-points to integrate into your applications.
OpenAI ChatGPT is an AI chatbot auto-generative system created by Open AI for online customer care. It is a pre-trained generative chat, which makes use of (NLP) Natural Language Processing.
Strapi is the leading open-source headless Content Management System. It’s 100% JavaScript, fully customizable and developer-first.
With this plugin, you can add ChatGPT-powered chatbots and other natural language processing functionality to your Strapi application with ease. The plugin provides a simple interface for configuring and deploying your ChatGPT models, as well as tools
Setting up the plugin is super easy and can be completed within 2 minutes.
Thats it! You can now use ChatGPT in your Strapi application.
The ChatGPT plugin is designed for Strapi v4.x. It won't work with Strapi v3.x.
npm install strapi-chatgpt
Goto <strapi app root>/config/plugins.js
Add the following code snippet.
1module.exports = ({ env }) => ({
2 // ...
3 "strapi-chatgpt": {
4 enabled: true,
5 },
6});
Afterwards, you would need to build a fresh package that includes the ChatGPT plugin. For it, please execute the commands below:
npm run build
npm run develop
The ChatGPT plugin should appear in the Plugins section of the Strapi sidebar after you run the app again.
Now you are ready to integrate ChatGPT on your Strapi website 🎉
You can easily configure the ChatGPT plugin in the Strapi admin panel.
Settings
-> ChatGPT -> Configuration
in the sidebar.Copyright © 2022 AsyncWeb
npm install strapi-chatgpt
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.