1.0.5 • Published 1 year ago

strapi-open-ai-plugin v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Strapi x OpenAI Plugin

An OpenAI plugin to generate your Strapi content.

Documentation

0. Install via NPM or Yarn.

npm i strapi-open-ai-plugin
yarn add strapi-open-ai-plugin

1. Create a .env with your Open AI API Token.

OPEN_AI_API_TOKEN=‘API_TOKEN‘

2. Enable the OpenAI x Strapi plugin in /config/plugins.js.

module.exports = ({ env }) => ({
  ...
  'open-ai': {
    enabled: true,
    config: {
      apiToken: process.env.OPEN_AI_API_TOKEN,
    },
    resolve: './node_modules/strapi-open-ai-plugin',
  },
});

Authors

Badges

Creative Commons Attribution-Non-Commercial 4.0 International License.

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago