ait-albert-chatbot
TypeScript icon, indicating that this package has built-in type declarations

0.1.20 • Public • Published

AI Chatbot Package

Welcome to the AI Chatbot package! This package allows you to integrate an intelligent chatbot into your web application easily.

Features

  • AI-driven chatbot that interacts with users
  • Easy integration with modern TypeScript frameworks
  • Built-in support for conversation history

License

  • AI Chatbot package is MIT licensed.

🐇 Quick start

npm install ait-albert-chatbot

or

yarn add ait-albert-chatbot
import { Chatbot } from 'ait-albert-chatbot';
import 'ait-albert-chatbot/dist/index.css';

export const App = () => (
  <div>
    <Chatbot />
    ...
  </div>
);

Readme

Keywords

Package Sidebar

Install

npm i ait-albert-chatbot

Weekly Downloads

0

Version

0.1.20

License

ISC

Unpacked Size

1.51 MB

Total Files

27

Last publish

Collaborators

  • khloeflechzo