Skip to content

Commit 79f65d5

Browse files
author
Guiners
committed
adding samples, test, lints
1 parent 9577b8e commit 79f65d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

genai/provisioned-throughput/provisionedthroughput-with-txt.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ async function generateContent(
4646
});
4747

4848
console.log(response.text);
49+
4950
// Example response:
5051
// Okay, let's break down how AI works. It's a broad field, so I'll focus on the ...
5152
// Here's a simplified overview:
5253
// ...
54+
5355
return response.text;
5456
}
5557

0 commit comments

Comments
 (0)