chat-widget-gptin
v0.2.16
Published
GPTIN Chat Widget
Downloads
3
Readme
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
- Install packages
yarn install
- Run storybook
yarn storybook
- Go to http://localhost:56676/
- Fill the
chatbotId
argument - Use the Chatbot Widget
Publish New Version
- Update the version in
package.json
- Run build
yarn prepare
- Login to npm
npm login --scope=@{your-account}
- Publish package
npm publish ./dist