We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4c449 commit 1827d50Copy full SHA for 1827d50
1 file changed
index.ts
@@ -61,7 +61,7 @@ export default class CompletionAdapterGoogleGemini
61
throw new Error("geminiApiKey is required");
62
}
63
64
-
+
65
async measureTokensCount(content: string): Promise<number> {
66
// Implement token counting logic here
67
const ai = new GoogleGenAI({
0 commit comments