Skip to content
Snippets Groups Projects
Select Git revision
  • 3488374-create-unit-test
  • 1.0.x default
  • tools-calling
  • 3492658-make-it-possible
  • 3479388-research-normalize-function
  • 3488113-fix-styling-of
  • 3489690-add-an-event
  • 3488336-fix-styling-of
  • 3488220-make-an-event
  • 3482073-create-imageareaofinterest-operation
  • ai-3483356-3483356-move-to-contrib
  • 3484056-on-custom-model
  • 3483097-create-a-reusable
  • hackaton-challenge-references
  • mock-stream-response
  • 15794676-ckeditor-nonstreamed-output
  • improved-ai-assistant-runner
  • fix-phpstan-issues
  • issue-3462030-disable-changes-on-edit
  • aws-bedrock
  • 1.0.0-beta5
  • 1.0.0-beta4
  • 1.0.0-beta3
  • 1.0.0-beta2
  • 1.0.0-beta1
  • 1.0.0-alpha8
  • 1.0.0-alpha7
  • 1.0.0-alpha6
  • 1.0.0-alpha5
  • 1.0.0-alpha4
  • 1.0.0-alpha3
  • 1.0.0-alpha2
  • 1.0.0-alpha1
33 results

ai-3488374

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / ai
    387 commits behind, 4 commits ahead of the upstream repository.
    user avatar
    Boyan Ivanov authored
    f4d5601a
    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