We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ac6ef commit 7b967c7Copy full SHA for 7b967c7
ng-dev/ai/consts.ts
@@ -7,7 +7,7 @@
7
*/
8
9
/** Default model to use for AI-based scripts. */
10
-export const DEFAULT_MODEL = 'gemini-2.5-flash';
+export const DEFAULT_MODEL = 'gemini-2.5-pro';
11
12
/** Default temperature for AI-based scripts. */
13
export const DEFAULT_TEMPERATURE = 0.1;
0 commit comments