Skip to content

Commit 81b8e09

Browse files
authored
Update HERO image + README to remove Imagen details and rename section (#49)
2 parents 69746d0 + 1fbfd1e commit 81b8e09

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

firebase_ai_logic_showcase/README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@ microphone's audio input.
4949
you can ask Gemini to use the two tools that are built into the demo: generate
5050
an 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
6353
Interact with Gemini by asking questions about images, audio, video, or text files,
6454
highlighting 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
7262
area. 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
7565
Engage in a continuous conversation with Gemini, where the model maintains
7666
conversation 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
9484
the code easier to read and understand. For each demo, you will find all of the
9585
encapsulated Firebase AI Logic code in their respective `firebase_<demo>_service.dart` files.
9686
These 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,
9888
so the code is instead located in `lib/shared/firebaseai_imagen_service.dart`.
9989

10090
Check out [this table](https://firebase.google.com/docs/ai-logic/models) for
7.31 KB
Loading

0 commit comments

Comments
 (0)