AI
AI (artificial intelligence) integration for Drupal - a unified framework for integrating various AI models and services into your Drupal site.
Dependencies
- Drupal ^10.3 || ^11
- Key module
- Requires at least one AI Provider to be installed and configured
Documentation
This project uses MkDocs for documentation: you can see the current
documentation at https://project.pages.drupalcode.org/ai/.
The documentation source files are located in the docs/
directory, and to
build your own local version of the documentation please follow these steps:
- Install MkDocs:
pip install mkdocs mkdocs-material
- Run
mkdocs serve
in the project root - Open
http://localhost:8000
in your browser