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:
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 {
|
||||
|
|
Loading…
Reference in New Issue