Closed (fixed)
Project:
ChatGPT Augmentor
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2024 at 20:21 UTC
Updated:
18 Jul 2024 at 12:19 UTC
Jump to comment: Most recent
openai-php/client is required with a narrow version constraint, ^0.8. Since the major version is zero, this constraint does not match, for example, version 0.10. This makes it difficult to use augmentor_chatgpt with other modules that also require openai-php/client.
Change the version constraint, perhaps to >=0.8.
Decide what the constraint should be. Implement.
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
naveenvalechaComment #6
naveenvalechaPR has been merged to 1.0.x
It will be rolled out in next release.