Closed ckefalianou closed 2 weeks ago
I am using the library, sending a text and some image_url as content. After retrieving the Assistant, creating a Thread, I create a Message:
[ 'role' => 'user', 'content' => [ [ 'type' => 'text', 'text' => $prompt['title'] ], [ 'type' => 'image_url', 'image_url' => [ 'url' => $photo[0]->large, 'detail' => 'high', ], ], [ 'type' => 'image_url', 'image_url' => [ 'url' => $photo[1]->large, 'detail' => 'high', ], ], ] ];
Thank you in advance!
Did you solve this?
Fixed
I am using the library, sending a text and some image_url as content. After retrieving the Assistant, creating a Thread, I create a Message:
[ 'role' => 'user', 'content' => [ [ 'type' => 'text', 'text' => $prompt['title'] ], [ 'type' => 'image_url', 'image_url' => [ 'url' => $photo[0]->large, 'detail' => 'high', ], ], [ 'type' => 'image_url', 'image_url' => [ 'url' => $photo[1]->large, 'detail' => 'high', ], ], ] ];
Thank you in advance!