feeds_tamper_ai
Security covered
Feeds Tamper AI uses Tamper plugin system to create a Tamper that integrates with LLM API's to manipulate the feeds data.
This modules leverages the Drupal AI project as an abstraction layer to connect with several LLM's without the need of configuring it in the module itself.
Requirements
- Feeds (https://www.drupal.org/project/feeds)
- Feeds Tamper (https://www.drupal.org/project/feeds_tamper)
- Drupal AI (https://www.drupal.org/project/ai)
How to use it:
- Install the required dependencies
- Configure a AI Provider with your credentials
- Create a Feed Type and add mapping between the content type fields and the source keys
- In the Tamper tab, add a new tamper to the desired field.
- Select AI Prompt
- Choose the configured AI Provider.
- Add a System Role. This role will be passed to the provider in every request. It will define the system personality.
- Add the desired prompt. What you want the AI to do with the data. Be clear
and ask for concrete answers - Create a new feed and import!