UNPKG

@thirdrocktechno/strapi-gpt

Version:

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

11 lines (9 loc) 213 B
import { request } from '@strapi/helper-plugin'; const chatGPT = { refreshData: async () => { return await request(`/strapi-gpt/refresh-data`, { method: 'POST', }); } }; export default chatGPT;