Skip to content

Commit e17725f

Browse files
Update electron/ProcessingHelper.ts
Co-authored-by: Bhaumik Maan <[email protected]>
1 parent 0893bd1 commit e17725f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electron/ProcessingHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export class ProcessingHelper {
9191
} else if (config.apiProvider === "gemini"){
9292
// Gemini client initialization
9393
this.openaiClient = null;
94+
this.anthropicClient = null;
9495
if (config.apiKey) {
9596
this.geminiApiKey = config.apiKey;
9697
console.log("Gemini API key set successfully");

0 commit comments

Comments
 (0)