Skip to content

Commit 31d8aa4

Browse files
committed
update bidi model for googleAI in example
1 parent d9f32e7 commit 31d8aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_ai/firebase_ai/example/lib/pages/bidi_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class _BidiPageState extends State<BidiPage> {
7878
],
7979
)
8080
: FirebaseAI.googleAI().liveGenerativeModel(
81-
model: 'gemini-2.0-flash-live-001',
81+
model: 'gemini-live-2.5-flash-preview',
8282
liveGenerationConfig: config,
8383
tools: [
8484
Tool.functionDeclarations([lightControlTool]),

0 commit comments

Comments
 (0)