UNPKG

@thirdrocktechno/strapi-gpt

Version:

A StrapiGPT plugin for integrating AI-powered custom ChatBot with your strapi content.

10 lines (8 loc) 254 B
'use strict'; module.exports = ({ strapi }) => { // bootstrap phase (async () => { await strapi.plugins['strapi-gpt'].service('pinecone').setPineconeClient(); await strapi.plugins['strapi-gpt'].service('openai').setOpenAIClient(); })() };