Skip to content

Commit d9d5a43

Browse files
committed
;
1 parent f6d7ff8 commit d9d5a43

File tree

1 file changed

+1
-1
lines changed
  • packages/tasks/src/snippets

1 file changed

+1
-1
lines changed

packages/tasks/src/snippets/js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const snippetImageTextToTextGeneration = (model: ModelDataMinimal, access
4848
return `import { HfInference } from "@huggingface/inference";
4949
5050
const inference = new HfInference("${accessToken || `{API_TOKEN}`}");
51-
const imageUrl = "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
51+
const imageUrl = "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg";
5252
5353
for await (const chunk of inference.chatCompletionStream({
5454
model: "${model.id}",

0 commit comments

Comments
 (0)