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

dev-main 2024-04-20 13:16 UTC

This package is auto-updated.

Last update: 2024-07-20 14:02:59 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.