Skip to content

Commit 9aedc10

Browse files
Update firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/FirebaseAISamples.kt
Co-authored-by: Rosário P. Fernandes <[email protected]>
1 parent c645fca commit 9aedc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/FirebaseAISamples.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ val FIREBASE_AI_SAMPLES = listOf(
341341
),
342342
Sample(
343343
title = "Server Prompt Template - Imagen",
344-
description = "Generate an image using a server prompt template.",
344+
description = "Generate an image using a server prompt template. Note that you need to setup the template in the Firebase console before running this demo.",
345345
navRoute = "imagen",
346346
categories = listOf(Category.IMAGE),
347347
initialPrompt = content { text("List of things that should be in the image") },

0 commit comments

Comments
 (0)