Skip to content

Commit 1827d50

Browse files
committed
fix: rebuild
1 parent 7f4c449 commit 1827d50

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
@@ -61,7 +61,7 @@ export default class CompletionAdapterGoogleGemini
6161
throw new Error("geminiApiKey is required");
6262
}
6363
}
64-
64+
6565
async measureTokensCount(content: string): Promise<number> {
6666
// Implement token counting logic here
6767
const ai = new GoogleGenAI({

0 commit comments

Comments
 (0)