Skip to content

Commit fd712c1

Browse files
committed
fix curl
1 parent 38dbee7 commit fd712c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tasks/src/snippets/curl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export const snippetImageTextToTextGeneration = (model: ModelDataMinimal, access
4040
"role": "user",
4141
"content": [
4242
{"type": "image_url", "image_url": {"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"}},
43-
{"type": "text", "text": "Describe this image in one sentence."},
44-
],
43+
{"type": "text", "text": "Describe this image in one sentence."}
44+
]
4545
}
4646
],
4747
"max_tokens": 500,

0 commit comments

Comments
 (0)