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 c951dcf commit 721e110Copy full SHA for 721e110
app/lib/presentation/ui/pages/geminichat/geminichat_page.dart
@@ -58,9 +58,6 @@ class _GeminiChatState extends State<GeminiChatPage> {
58
var response = await model.generateContent([messageContent]);
59
var text = response.text;
60
61
- print("RESPONSE FROM API");
62
- print(text);
63
-
64
if (text != null) {
65
final textMessage = types.TextMessage(
66
author: _agent,
0 commit comments