mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 15:10:59 -07:00
feat: Update default Gemini model to gemini-2.5-pro-preview-05-06
Fixes https://b.corp.google.com/issues/416778280 Signed-off-by: Your Witty AI Assistant
This commit is contained in:
committed by
N. Taylor Mullen
parent
92c1279de6
commit
e9274b2ab2
@@ -14,7 +14,7 @@ import {
|
||||
} from '@gemini-code/server';
|
||||
import { Settings } from './settings.js';
|
||||
|
||||
const DEFAULT_GEMINI_MODEL = 'gemini-2.5-flash-preview-04-17';
|
||||
const DEFAULT_GEMINI_MODEL = 'gemini-2.5-pro-preview-05-06';
|
||||
|
||||
// Keep CLI-specific argument parsing
|
||||
interface CliArgs {
|
||||
|
||||
Reference in New Issue
Block a user