# AI Chatbot module

## What is the AI Chatbot module?
The AI Chatbot module provides a boilerplate frontend for an AI Assistant API
assistant, consisting of a block with a text-input that pushes user messages to
the AI Assistant API, and renders LLM responses as user-readable text.

## Deepchat
In the backend it uses Deepchat by OvidijusParsiunas. To have the Chatbot
responses display correctly you **MUST** install the league/commonmark library.

## Using the module
For more information, please see the [AI Assistant API module documentation](https://project.pages.drupalcode.org/ai/latest/modules/ai_assistant_api/).
