Skip to content
Snippets Groups Projects
Forked from project / ai
30 commits behind, 4 commits ahead of the upstream repository.
Michael Lander's avatar
Michael Lander authored
568687c9
History

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:

  1. Install MkDocs: pip install mkdocs mkdocs-material
  2. Run mkdocs serve in the project root
  3. Open http://localhost:8000 in your browser