📄️ Introduction
In the age of Generative AI, most applications will interact with a LLM (Large Language Model) via a chat interface.
📄️ Quickstart
If you want to get started quickly, you can use the built-in OpenAI provider to render AI-ON UI in any HTML file fairly simply:
📄️ Features
AI-ON UI is a powerful library that offers several key features to enhance your chatbot UI. Some of the notable features include:
📄️ Installation
NPM
📄️ Usage
To use the AI-ON UI library in your project, follow these steps:
📄️ Providers
In the AI-ON UI library, providers are an important concept. Providers allow you to integrate different chatbot platforms and services into the chatbot widget. With providers, you can easily switch between different chatbot backends without changing your UI code.
📄️ Using with Next.js
If you are using Next.js (or any other server-side render framework), you will need to use dynamic imports to import the library, because this library uses the window object, which are not available on the server-side.