Skip to content

Commit 2969a33

Browse files
authored
Update enhance-commits.js
1 parent ee923bd commit 2969a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/enhance-commits.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ try {
3232
throw new Error('GEMINI_API_KEY environment variable is not set.');
3333
}
3434
const genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY);
35-
model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); // Change to a version now supported.
35+
model = genAI.getGenerativeModel({ model: 'gemini-3-flash-preview' }); // Change to a version now supported.
3636
log('info', 'Gemini API initialized successfully.');
3737
} catch (error) {
3838
log('error', 'Failed to initialize Gemini API', { error: error.message });

0 commit comments

Comments
 (0)