openai-php / laravel

⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API
MIT License
2.58k stars 179 forks source link

streaming run #104

Closed Muhammad-Huzaifa7 closed 3 months ago

Muhammad-Huzaifa7 commented 3 months ago

when i use "OpenAI::threads()->runs()->createStreamed(" it gives me an error "Call to undefined method OpenAI\Resources\ThreadsRuns::createStreamed()", i have run "composer update openai-php/laravel" but the error still persists

gehrisandro commented 3 months ago

See https://github.com/openai-php/client/issues/424