twfahey1 / workshop
Provides AI tools.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
This package is auto-updated.
Last update: 2025-01-20 15:15:50 UTC
README
This module provides functionality via integration with AI.
Recommended setup
In your settings.local.php
, define the configuration:
$config['workshop.settings']['openai_api_key'] = 'your-key';
Features
Scratchpad
This example tool provides a way to quickly get code changes on a snippet of code. It uses the OpenAI API to generate code based on the input code.