add 3.0 to allowed sensitive keywords (#15276)

This commit is contained in:
Tommaso Sciortino
2025-12-18 10:58:07 -08:00
committed by GitHub
parent 322232e514
commit 60f0f19d76

View File

@@ -191,6 +191,7 @@ export function runSensitiveKeywordLinter() {
console.log('\nRunning sensitive keyword linter...');
const SENSITIVE_PATTERN = /gemini-\d+(\.\d+)?/g;
const ALLOWED_KEYWORDS = new Set([
'gemini-3.0',
'gemini-2.5',
'gemini-2.0',
'gemini-1.5',