We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453d528 commit 9df1930Copy full SHA for 9df1930
packages/tasks/src/snippets/inputs.ts
@@ -49,13 +49,16 @@ const inputsTextGeneration = (model: ModelDataMinimal): string | ChatCompletionI
49
{
50
role: "user",
51
content: [
52
+ {
53
+ type: "text",
54
+ text: "Describe this image in one sentence.",
55
+ },
56
57
type: "image_url",
58
image_url: {
59
url: "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg",
60
},
61
- { type: "text", text: "Describe this image in one sentence." },
62
],
63
64
];
0 commit comments