Skip to content

Commit 7b967c7

Browse files
committed
fix(ng-dev): default model to pro
Switches from using the `flash` model to the `pro` one by default.
1 parent f3ac6ef commit 7b967c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ng-dev/ai/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
/** Default model to use for AI-based scripts. */
10-
export const DEFAULT_MODEL = 'gemini-2.5-flash';
10+
export const DEFAULT_MODEL = 'gemini-2.5-pro';
1111

1212
/** Default temperature for AI-based scripts. */
1313
export const DEFAULT_TEMPERATURE = 0.1;

0 commit comments

Comments
 (0)