- Issue created by @lakhal
- 🇮🇳India anjaliprasannan
I encountered the same issue as well. To resolve it, I ran
composer require openai-php/client
to install the required OpenAI PHP SDK, followed bydrush cr
to rebuild the Drupal cache. This fixed the error, and the OpenAI provider was successfully added.