mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
Workaround Gemini API break - Use flash 04-17 (#721)
This commit is contained in:
@@ -34,8 +34,11 @@ const logger = {
|
|||||||
error: (...args: any[]) => console.error('[ERROR]', ...args),
|
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-flash-04-17';
|
||||||
export const DEFAULT_GEMINI_FLASH_MODEL = 'gemini-2.5-flash-preview-05-20';
|
export const DEFAULT_GEMINI_FLASH_MODEL = 'gemini-2.5-flash-04-17';
|
||||||
|
|
||||||
|
// export const DEFAULT_GEMINI_MODEL = 'gemini-2.5-pro-preview-05-06';
|
||||||
|
// export const DEFAULT_GEMINI_FLASH_MODEL = 'gemini-2.5-flash-preview-05-20';
|
||||||
|
|
||||||
interface CliArgs {
|
interface CliArgs {
|
||||||
model: string | undefined;
|
model: string | undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user