0.2.16 • Published 2 years ago

chat-widget-gptin v0.2.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Chatbot Widget by GPTIN

Powered by AI

This chat widget can be trainable with custom modules and easily to use.

Requirements

  • Node >= 16.14.2

Play with Storybook

  1. Install packages
yarn install
  1. Run storybook
yarn storybook
  1. Go to http://localhost:56676/
  2. Fill the chatbotId argument
  3. Use the Chatbot Widget

Publish New Version

  1. Update the version in package.json
  2. Run build
yarn prepare
  1. Login to npm
npm login --scope=@{your-account}
  1. Publish package
npm publish ./dist