openai 1.0.0-beta4

New features

Minor refactoring of ECA action plugins. Creating your own OpenAI action plugins now have a consistent base.

Adds a new ECA action for getting a Text Embedding from OpenAI: https://platform.openai.com/docs/api-reference/embeddings/create

This value can be used at that point to be stored wherever you want using ECA.

openai 1.0.0-beta2

Bug fixes

Apologies for the back to back releases - this makes a quick fix of the ECA actions to make them more flexible. Instead of overwrite the existing token from before, you now create a new one in the OpenAI actions to pass along. This way you can reference both tokens cleanly in future steps.

If you made any ECA workflows using these new Actions, you will have to redo any of the OpenAI Actions used so the new configuration is picked up.

openai 1.0.0-alpha17

Bug fixes
New features

Adds a new explorer for using DALL-E, the image generation endpoint in OpenAI. Both the DALL-E 3 and DALL-E 2 models are supported.

Fixes various typos and minor bugs.

openai 1.0.0-alpha16

Bug fixes
New features

Adds:

This demonstrates the new TTS endpoints of OpenAI by taking text input and returning an audio file.

Fixes:

openai 1.0.0-alpha14

New features

Some releases update the upstream client dependency. Update the module with Composer with the following to ensure you always get the up to date version:

composer update drupal/openai -W

This release contains the following changes:

openai 1.0.0-alpha13

Bug fixes

The module should needs to be updated as the following to update upstream dependencies:

composer update drupal/openai -W

Apologies, but this one slipped by in the last release. This release has one change to fix a feature that was not working correctly.

Fixes:

openai 1.0.0-alpha12

Bug fixes
New features

The module should needs to be updated as the following to update upstream dependencies:

composer update drupal/openai -W

Fixes:

openai 1.0.0-alpha11

Bug fixes
New features

The module should needs to be updated as the following to update upstream dependencies:

composer update drupal/openai -W

We are also aware of this issue with Drupal 10.1-beta/dev: #3362781: How to allow DrupalCI to downgrade packages from core's composer.lock versions when installing the contrib project under test?

Fixes and changes since last release:

openai 1.0.0-alpha10

Bug fixes
New features

Fixes:

The module should needs to be updated as the following to update upstream dependencies:

composer update drupal/openai -W

Feature(s) added:

openai 1.0.0-alpha8

New features

This release closes out a large refactor to bring in more of the GPT tools to CKEditor 5.

openai 1.0.0-alpha7

Bug fixes
New features

This release has several new features and a handful of bugfixes.

It introduces a new submodule, openai_devel. This submodule provides integration with Devel Generate so you can generate nodes but fill in content from replies from ChatGPT. It includes a complimentary Drush command so this can be done on either the Drupal UI or command line. Check the project page for an example.

In addition, the 'check for similar titles' has been replaced with an "Adjust content tone" feature. This lets you take a chunk of text and "change" it to target a particular audience.

openai 1.0.0-alpha6

New features

GPT-4 models are now available for use. Note that you have to have been accepted into the OpenAI beta invite for GPT-4 to be able to use those models, otherwise you have to wait for public access later this year from OpenAI.

openai 1.0.0-alpha5

Bug fixes
New features

Adds a new option on the ChatGPT explorer form to let you dictate the ChatGPT persona/behavior.

openai 1.0.0-alpha2

Bug fixes
New features

This is the second alpha release of the module. Many things have been added or changed. You may need to remove the module first, clear caches, upgrade the module and re-enable it to avoid errors.

Fixes:

openai 1.0.0-alpha1

The 1.0.0-alpha1 release includes very early functionality. Please note that code can change frequently in the alpha phase and could break.

Subscribe with RSS Subscribe to Releases for OpenAI / ChatGPT Integration