Releases: digitaldiff/chatgpt-integration
Releases · digitaldiff/chatgpt-integration
5.0.4
4.0.7
5.0.3
Fixed
- Incorrect PHP setting in composer.js
- Added missing composer.lock
5.0.2
Fixed
- Label corrections.
5.0.1
Added
- Craft CMS 5 Support
Changed
- The field configuration is now grouped by entry types, allowing enabling/disabling of fields per entry type.
- Updated API settings:
- The language model is now adjustable.
- Updated prompt settings:
- "Temperature" is now adjustable.
- "Frequency Penalty" is now adjustable.
- "Presence Penalty" is now adjustable.
4.0.6
Added
- We now support CKEditor-fields.
Changed
- Changed versioning to reflect the compatible craft version.
- Updated API settings:
- The language model is now adjustable.
- Updated prompt settings:
- "Temperature" is now adjustable.
- "Frequency Penalty" is now adjustable.
- "Presence Penalty" is now adjustable.
1.0.5
Transfer ownership of plugin
1.0.4
1.0.3
{warning} Once you have installed the update, you need to head to the settings page and select which fields the prompts should be displayed for.
Added
- Added the option to enable or disable individual fields in the settings.
- Added the option to disable the default translation prompts.
- Added warning when saving settings without an api token.
Changed
- Divided settings over three sup-pages for clarity.
1.0.2
Added
- Added option to set the "max_tokens" request attribute value in the plugin settings.
- Now displays a warning if the ChatGPT output is incomplete due to the "max_tokens" restriction.
Changed
- Lowered required craft version to 4.0.0