An adapt extension that renders a chatbot sytle window on top of a content object via which a user can converse with an AI Tutor.
This extension requires the adapt-odi-openAI extension to work.
- Install the plugin via the plugin management interface
- Clone or download the repository to your local machine.
- Copy the
adapt-odi-aichat
folder to your Adapt project'ssrc/extensions/
directory.
Before using the extension, you need to configure which content objects it is available from.
- In the Adapt authoring tool, navigate to configuration settings of the contentObject
- Find the AI Chat extension
- Enable it
Alternatively, you can configure the extension directly in your course's contentObjects.json
file. Here's an example configuration:
"_aichat": {
"_isEnabled": true
},
Once the extension is installed and configured, it will appear when contentObjects are rendered.
This project is licensed under the MIT License.