npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

strapi-plugin-chatgpt

v0.0.1

Published

Integrate ChatGPT into your application.

Downloads

5

Readme

ChatGPT plugin for Strapi

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.

Overview: Start using ChatGPT in your Strapi application

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.

  1. Enter your OpenAI API credentials.
  2. Optionally, select the model you want to use.

Thats it! You can now use ChatGPT in your Strapi application.

✨ Features

  1. Easy to use: The plugin is easy to use and can be set up within 10 minutes.
  2. Customizable: You can customize the model's parameters to suit your needs.
  3. Open Source: The plugin is open source and can be found on GitHub

🖐 Requirements

  1. Node.js version 14 or higher.
  2. Strapi version v4.x or higher.

The ChatGPT plugin is designed for Strapi v4.x. It won't work with Strapi v3.x.

⏳ Installation

1. Install the plugin

npm install chatgpt

2. Enable the plugin

Goto <strapi app root>/config/plugins.js Add the following code snippet.

module.exports = ({ env }) => ({
  // ...
  "chatgpt": {
    enabled: true,
  },
});

3. Build and start the Admin UI

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 🎉

🔧 Configuration

You can easily configure the ChatGPT plugin in the Strapi admin panel.

  • Goto Settings -> ChatGPT -> Configuration in the sidebar.
  • On the configiration page, Enter All the fields.
  • Click on Save to save the configuration.

📖 Testing the plugin

  • Click ChatGPT plugin in plugin section of the sidebar.
  • Click on Integration to get sample code integration code.
  • Copy the code and paste it in your terminal.

📝 License

MIT License

Copyright © 2022 AsyncWeb