- Issue created by @lanapt
- πΊπΈUnited States kevinquillen
You required the module with Composer?
No. I did not use Composer because i don't have it installed! There is any way to install the all the libraries.?
- First commit to issue fork.
- πΊπΈUnited States kevinquillen
You need to use Composer to fetch all dependencies.
https://www.drupal.org/docs/develop/using-composer/manage-dependencies β
- Status changed to Closed: works as designed
over 1 year ago 4:19pm 9 May 2023 Hi! Thank you for your help.
Finally i have the composer installed in my server.
I install a fresh new Drupal 10.0.9, also installed with the composer this module (all with success).
Activate the AI and the CKeditor integration.
I did configure the API Key (is ative).
When i use the Translate or any functions don't give me a erro in drupa, but in the php log i have:
[12-May-2023 10:31:36 Europe/Lisbon] Uncaught PHP Exception OpenAI\Exceptions\ErrorException: "" at /home/projetos/public_html/ai/1009/vendor/openai-php/client/src/Transporters/HttpTransporter.php line 61Can you help me?
Thanks!
- πΊπΈUnited States kevinquillen
I don't know how to answer an empty exception from an upstream dependency. My only guess is, OpenAI service is not permitted in your area, or you have not entered a credit card payment for your OpenAI account.
Thank you. I change the name of the Organization for the org-zzzzzzz one and it solved.
I wonder if this module could have a block or a field that have the chat form. I would like to give the users the oportunitie to use the chatbot of openai in the site. It is possible?