Skip to content

Commit 5b08a68

Browse files
committed
chore: fix gemini example
1 parent ba2953c commit 5b08a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/flyer_chat/lib/gemini.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Gemini extends StatefulWidget {
3131
class GeminiState extends State<Gemini> {
3232
// Set to `true` to show a "Thinking..." message immediately.
3333
// Set to `false` to wait for the first chunk before showing the message.
34-
final bool _isThinkingModel = true;
34+
final bool _isThinkingModel = false;
3535

3636
final _uuid = const Uuid();
3737
final _crossCache = CrossCache();

0 commit comments

Comments
 (0)