Skip to content

Commit abf2d43

Browse files
committed
fix: rebuild
1 parent 9ef4cea commit abf2d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class CompletionAdapterGoogleGemini
6969
});
7070
const countTokensResponse = await ai.models.countTokens({
7171
model: "gemini-2.0-flash",
72-
contents: content,
72+
contents: content,
7373
});
7474

7575
return countTokensResponse.totalTokens;

0 commit comments

Comments
 (0)