@@ -49,16 +49,6 @@ microphone's audio input.
4949you can ask Gemini to use the two tools that are built into the demo: generate
5050an image or change the color of the app.
5151
52- ### Imagen
53- Generate images directly from text prompts, showcasing generative AI in visual
54- content creation.
55- - ** Enter a prompt:** Type a description of the image you want to generate into
56- the text input field.
57- - ** Generate images:** Tap the "Generate" button to send your prompt to the
58- Imagen model.
59- - ** View results:** The generated images will appear in the display area.
60- A loading indicator will be shown while the images are being generated.
61-
6252### Multimodal Prompt
6353Interact with Gemini by asking questions about images, audio, video, or text files,
6454highlighting the model's ability to process diverse inputs.
@@ -71,7 +61,7 @@ to the Gemini model.
7161- ** View response:** The response from Gemini will appear in the output display
7262area. A loading indicator will be shown while Gemini is processing your request.
7363
74- ### Chat with Function Calling
64+ ### Chat with Nano Banana & Function Calling
7565Engage in a continuous conversation with Gemini, where the model maintains
7666conversation history and uses function calling to perform actions or retrieve information.
7767- ** Switch models:** Use the dropdown menu at the top of the screen to switch
@@ -94,7 +84,7 @@ All Firebase AI Logic code has been separated from the Flutter UI code to make
9484the code easier to read and understand. For each demo, you will find all of the
9585encapsulated Firebase AI Logic code in their respective ` firebase_<demo>_service.dart ` files.
9686These files can be found in their respective demo directories, with the exception of
97- the ` ImagenService ` which is shared across 3 demos: Live API, Chat, and Imagen
87+ the ` ImageService ` which is shared across demos: Live API and Chat,
9888so the code is instead located in ` lib/shared/firebaseai_imagen_service.dart ` .
9989
10090Check out [ this table] ( https://firebase.google.com/docs/ai-logic/models ) for
0 commit comments