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 b083d00 commit 4d6a5ceCopy full SHA for 4d6a5ce
packages/vertexai/integration/count-tokens.test.ts
@@ -38,7 +38,7 @@ describe('Count Tokens', () => {
38
safetySettings
39
});
40
41
- let response = await model.countTokens('Why is the sky blue?');
+ const response = await model.countTokens('Why is the sky blue?');
42
43
expect(response.totalTokens).to.equal(6);
44
expect(response.totalBillableCharacters).to.equal(16);
0 commit comments