Skip to content
Snippets Groups Projects
Select Git revision
  • 1.0.x
  • 3506582-customise-prompt
  • 1.0.0-rc1
  • 1.0.0-alpha4
  • 1.0.0-alpha3
  • 1.0.0-alpha2
  • 1.0.0-alpha1
7 results

ai_auto_reference-3506582

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / ai_auto_reference
    4 commits behind the upstream repository.
    Priti Kelaskar's avatar
    Issue #3505882 by priti197: Fatal error: Type of...
    Priti Kelaskar authored and Scott Euser committed
    Issue #3505882 by priti197: Fatal error: Type of Drupal\ai_auto_reference\Form\SettingsForm::$typedConfigManager
    a0e6d036
    History

    AI Auto-reference

    This module is intended to use AI to automatically suggest relationships to other content within the same website. Typically this would be automatically tagging/categorising content. By default this module ships with integration with chatgpt.

    • For a full description of the module, visit the project page.

    • To submit bug reports or feature suggestions, or track changes issue queue.

    Table of contents

    • Features
    • Requirements
    • Installation
    • Configuration
    • Maintainers

    Features

    Set up automatic references for any entity reference field (whether it be to taxonomy terms, or other nodes) Automatically first shortens the content if needed in order to fit within token limits of the API Adjust your token limit (eg, if you have been accepted for a higher token limit) Decide whether you wish to review suggestions from the AI before saving the relationships to your content, or whether to auto-apply.

    Requirements

    This module requires no modules outside of Drupal core.

    Installation

    Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

    Configuration

    • Go to /admin/config/content/ai-autoreference-settings and set configuration settings.

    Post-Installation

    Add your API key to the configuration page or to your settings.local.php for example (at least latter recommended to not version control your API key, but consider using eg the 'key' module). Determine per node bundle which entity reference fields you would like to have the AI suggest results for.

    Maintainers