mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Fix flash preview (#723)
This commit is contained in:
parent
c5099e9025
commit
080af01715
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ const logger = {
|
|||
error: (...args: any[]) => console.error('[ERROR]', ...args),
|
||||
};
|
||||
|
||||
export const DEFAULT_GEMINI_MODEL = 'gemini-2.5-flash-04-17';
|
||||
export const DEFAULT_GEMINI_FLASH_MODEL = 'gemini-2.5-flash-04-17';
|
||||
export const DEFAULT_GEMINI_MODEL = 'gemini-2.5-flash-preview-04-17';
|
||||
export const DEFAULT_GEMINI_FLASH_MODEL = 'gemini-2.5-flash-preview-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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue