3w-publishing/craft-chatgpt-integration

This package is abandoned and no longer maintained. The author suggests using the digitaldiff/craft-chatgpt-integration package instead.

Integration for ChatGPT

Installs: 630

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 2

Language:Twig

Type:craft-plugin

1.0.4 2023-09-26 14:51 UTC

This package is auto-updated.

Last update: 2024-03-20 09:47:17 UTC


README

The plugin adds a dropdown to every text field, as well as textarea and redactor.

With this functionality, text can be automatically corrected, translated, shortened and created. And of course many other functions can be added individually. There are almost no limits.

The texts are directly forwarded to ChatGPT with the respective command. The commands can be entered globally in the settings.

For the plugin to work, an OpenAI ( https://openai.com/ ) account is required and an API key must be created. https://platform.openai.com/account/api-keys

There may be additional costs on the part of OpenAI.

Requirements

This plugin requires Craft CMS 4.4.3 or later, and PHP 8.0.2 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “chatgpt-integration”. Then press “Install”.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require 3w-publishing/craft-chatgpt-integration

# tell Craft to install the plugin
./craft plugin/install chatgpt-integration