Skip to content

Commit 9996d09

Browse files
authored
Merge b5cec9e into 83e6864
2 parents 83e6864 + b5cec9e commit 9996d09

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/spicy-ways-yawn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@firebase/ai': minor
3+
'firebase': minor
4+
---
5+
6+
Update default hybrid-in-cloud model to `gemini-2.5-flash-lite`.

packages/ai/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ export const DEFAULT_FETCH_TIMEOUT_MS = 180 * 1000;
3737
/**
3838
* Defines the name of the default in-cloud model to use for hybrid inference.
3939
*/
40-
export const DEFAULT_HYBRID_IN_CLOUD_MODEL = 'gemini-2.0-flash-lite';
40+
export const DEFAULT_HYBRID_IN_CLOUD_MODEL = 'gemini-2.5-flash-lite';

0 commit comments

Comments
 (0)