Skip to content

Commit 4a456c5

Browse files
committed
README / CHANGELOG
1 parent 758b529 commit 4a456c5

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes for craft-chatgpt-integration
1+
# Release Notes for chatgpt-integration
22

33
## 1.0.0
44
- Initial release

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# craft-chatgpt-integration
1+
# ChatGPT Integration
22

3-
Integration for ChatGPT
3+
The plugin adds a dropdown to every text field, as well as textarea and redactor.
4+
5+
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.
6+
7+
The texts are directly forwarded to ChatGPT with the respective command. The commands can be entered globally in the settings.
8+
9+
For the plugin to work, an OpenAI ( https://openai.com/ ) account is required and an API key must be created.
10+
https://platform.openai.com/account/api-keys
11+
12+
There may be additional costs on the part of OpenAI.
413

514
## Requirements
615

@@ -12,7 +21,7 @@ You can install this plugin from the Plugin Store or with Composer.
1221

1322
#### From the Plugin Store
1423

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

1726
#### With Composer
1827

@@ -23,7 +32,7 @@ Open your terminal and run the following commands:
2332
cd /path/to/my-project.test
2433

2534
# tell Composer to load the plugin
26-
composer require w-publishing/craft-chatgpt-integration
35+
composer require 3w-publishing/craft-chatgpt-integration
2736

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extra": {
2222
"handle": "chatgpt-integration",
2323
"name": "ChatGPT Integration",
24-
"developer": "3w-publishing",
24+
"developer": "3w-Publishing",
2525
"documentationUrl": ""
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)