Bump default model to gemini-2.5-pro-preview-06-05 (#765)

This commit is contained in:
Eddie Santos
2025-06-05 11:52:36 -07:00
committed by GitHub
parent 422c763a55
commit e02868bb1a
3 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ const logger = {
error: (...args: any[]) => console.error('[ERROR]', ...args),
};
export const DEFAULT_GEMINI_MODEL = 'gemini-2.5-pro-preview-05-06';
export const DEFAULT_GEMINI_MODEL = 'gemini-2.5-pro-preview-06-05';
export const DEFAULT_GEMINI_FLASH_MODEL = 'gemini-2.5-flash-preview-05-20';
interface CliArgs {