twfahey1 / workshop
Provides AI tools.
dev-main
2024-04-20 13:16 UTC
This package is auto-updated.
Last update: 2026-02-20 17:31:54 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.