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 ba2953c commit 5b08a68Copy full SHA for 5b08a68
examples/flyer_chat/lib/gemini.dart
@@ -31,7 +31,7 @@ class Gemini extends StatefulWidget {
31
class GeminiState extends State<Gemini> {
32
// Set to `true` to show a "Thinking..." message immediately.
33
// Set to `false` to wait for the first chunk before showing the message.
34
- final bool _isThinkingModel = true;
+ final bool _isThinkingModel = false;
35
36
final _uuid = const Uuid();
37
final _crossCache = CrossCache();
0 commit comments