Composum AI 0.5.3
The major contribution of this release is that the key used for accessing ChatGPT can now also be configured with Sling Context Aware Configuration, and it is now possible to limit the usage of the Composum AI to certain users / groups, components, paths, page templates and views, also using context aware configuration.
CAUTION: the releases 0.5.3 and below do no longer work with the current OpenAI chat completion API because a change in the API triggered a bug. That has been fixed in 0.6.0.
AEM variant
In the AEM version you have two dialogs:
- the content creation dialog, can be called up with an added icon in the toolbar of the richtext editor and the label of text areas in component dialogs and other dialogs,
- the side panel AI integrated into the side panel of the editor and experience fragment editor.
This is currently available for AEMaaCS. (An equivalent of the translation dialog or page category dialog are currently not planned, since translation and page tags work quite differently in AEM.)
Composum Pages variant
Provides:
- translation dialog
- page category dialog
- content creation dialog
- sidebar AI
In this release the content creation dialog was modified to contain the 'source content' explicitly as dialog field - that is, the base text that is processed by the AI using the data.
Downloads
Composum Pages
- Try it live on cloud.composum.com
- As Sling package: https://central.sonatype.com/artifact/com.composum.ai/composum-ai-integration-composum-package/0.5.3
- Prepackaged in the Composum Starter and docker image composum/featurelauncher-composum , both created in the Composum Launcher project. (Currently version 0.5.3 it is only contained in docker image 'develop'; the 'latest' image and the Composum Starter will be updated soon.)
AEM
- Download and install the package , configure an OpenAI API Key at "GPT Chat Completion Service" .
- All content package for Composum AI AEM variant on Maven Central
Dependencies
This is an extension of Pages and needs at least version 1.5.1.
What's Changed
- Feature/32 OpenAI key configuration from content by @stoerr in #35
- Feature/33 Configuration per Component by @stoerr in #36
Full Changelog: composum-ai-integration-0.5.1...composum-ai-integration-0.5.3