UNPKG

strapi-supergpt

Version:

A plugin that gives you the ability to integrate ChatGPT into strapi

12 lines (9 loc) 242 B
"use strict"; const superGptService = require("./chat-gpt.service"); const convoService = require("./convo.service"); const cacheService = require("./cache.service"); module.exports = { superGptService, convoService, cacheService, };