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
Getting Started
- Enable the AI module.
- Choose and enable an AI provider submodule (e.g., OpenAI, Huggingface, Mistral).
- Configure your API key in the Key module.
- Configure the AI module at
/admin/config/ai/settings
. - Enable desired submodules for specific functionality.
Develop for it
Check the developers guide for information on how to develop using the AI module.
Documentation
This project uses MkDocs for documentation. The documentation source files are located in the docs/
directory. To build the docs locally:
- Install MkDocs:
pip install mkdocs mkdocs-material
- Run
mkdocs serve
in the project root - Open
http://localhost:8000
in your browser