0.1.20 • Published 10 months ago

ait-albert-chatbot v0.1.20

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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>
);