Skip to content

AIT-Protocol/ait-chatbot-package

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published