openai-php / laravel

⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call to undefined method of OpenAI::completions()

eirworks opened this issue · comments

In version 0.4.2 using any methods like completions, images, chats not working and throws Call to undefined method of OpenAI::xxxxx(). Reverting back to 0.4.1 seems solving it. This was tested in fresh laravel install.

Laravel version: 10.0
PHP: 8.1
OpenAI-laravel: 0.4.2

Fixed on 0.4.3.