Skip to content

Commit 9df1930

Browse files
committed
format
1 parent 453d528 commit 9df1930

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/tasks/src/snippets/inputs.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,16 @@ const inputsTextGeneration = (model: ModelDataMinimal): string | ChatCompletionI
4949
{
5050
role: "user",
5151
content: [
52+
{
53+
type: "text",
54+
text: "Describe this image in one sentence.",
55+
},
5256
{
5357
type: "image_url",
5458
image_url: {
5559
url: "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg",
5660
},
5761
},
58-
{ type: "text", text: "Describe this image in one sentence." },
5962
],
6063
},
6164
];

0 commit comments

Comments
 (0)