Closed sevenpixels closed 12 months ago
What version of 'openai-php/client' do you use?
@sevenpixels This works fine with the latest version of the library (stable and beta)
I am using openai-php/laravel ... it was on 0.6.3 and I ran composer update but it kept saying there were no updates. I looked and that is on 0.7.8 so I manually updated my composer.json to that version and updated. Now it works. Thanks guys.
I'm trying out the new gpt-4-vision-preview model but I am getting an error when using the library, but not when I use CURL.
Request
Response
Error: Undefined array key "finish_reason"
But here is the same call using CURL.
Request
Response