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

Do we have stream completion support SSE

rohitp-bsf opened this issue · comments

It is giving me error: Call to undefined method OpenAI\Resources\Completions::createStreamed()

I have tried this as well but still same error.

BTW: I have managed it with curl with no support of this package.

Please help!

Updated library to latest version solved my problem.

Thanks