Skip to content

Commit 80d294a

Browse files
crisbetoalan-agius4
authored andcommitted
fix(ng-dev): default model to pro
Switches from using the `flash` model to the `pro` one by default.
1 parent 0bc6e07 commit 80d294a

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)