We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef4cea commit abf2d43Copy full SHA for abf2d43
1 file changed
index.ts
@@ -69,7 +69,7 @@ export default class CompletionAdapterGoogleGemini
69
});
70
const countTokensResponse = await ai.models.countTokens({
71
model: "gemini-2.0-flash",
72
- contents: content,
+ contents: content,
73
74
75
return countTokensResponse.totalTokens;
0 commit comments