Skip to content
Snippets Groups Projects
Commit c7cf4fc8 authored by Mike Feranda's avatar Mike Feranda
Browse files

Issue #3477456 by mferanda: Coding standards clean-up

parent a86728fc
No related branches found
No related tags found
No related merge requests found
...@@ -247,15 +247,15 @@ class GeminiAiService { ...@@ -247,15 +247,15 @@ class GeminiAiService {
$data = [ $data = [
'contents' => [ 'contents' => [
'parts' => [ 'parts' => [
[ [
'text' => $prompt, 'text' => $prompt,
], ],
[ [
'inlineData' => [ 'inlineData' => [
'mimeType' => 'image/jpeg', 'mimeType' => 'image/jpeg',
'data' => $imageData, 'data' => $imageData,
], ],
], ],
], ],
], ],
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment