- Issue created by @Andrew Perriman
- Status changed to Postponed: needs info
12 months ago 11:07am 8 December 2023 - 🇹🇼Taiwan amourow
Hi Andrew,
Due to the upgrade of
openai-php/client:0.7.8
, there are conflicts to Drupal 9.5.11 and the minimum PHP version requirements is raised to 8.1.
openai-php/client:0.7.8
requirespsr/http-message ^1.1.0|^2.0.0
, however Drupal 9.5.11 only use up to ~1.0.Therefore I don't have a way to make it compatible to Drupal 9 now.
Regarding your suggestion, do you mean use two fields with the module and generate summary from one textarea field to another one?
Textarea with Summary is one combo field and easier to control the relationship. It is currently out of scope to control more than one field.
To make multiple field work with OpenAI, Augmentor AI → module could be a more flexible solution.