ThibautPV
ThibautPV
I think you should still modify the translations or indicate it in the documentation as suggested by @MGatner If we look on the internet, comparing Laravel vs CodeIgniter, many websites...
Here is an example : ``` $result = OpenAI::chat()->create([ 'model' => 'gpt-4-vision-preview', 'messages' => [ [ 'role' => 'user', 'content' => [ ['type' => 'text', 'text' => "What’s in this...
If I understood correctly, you need to upload an image to your server. Then, you can analyze it with GPT Vision