ait-albert-chatbot
v0.1.20
Published
Unlock Precision and Logic with Our 'Albert', Tailored for Complex Calculations and Data Insights.
Readme
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-chatbotor
yarn add ait-albert-chatbotimport { Chatbot } from 'ait-albert-chatbot';
import 'ait-albert-chatbot/dist/index.css';
export const App = () => (
<div>
<Chatbot />
...
</div>
);