Skip to content

Commit f2b49f9

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 4e59917 commit f2b49f9

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
@@ -347,7 +347,7 @@ val FIREBASE_AI_SAMPLES = listOf(
347347
initialPrompt = content { text("List of things that should be in the image") },
348348
allowEmptyPrompt = false,
349349
editingMode = EditingMode.TEMPLATE,
350-
// To make this work on your project, create an `Imagen (Basic)` template in your project with this name
350+
// To make this work, create an "Imagen (Basic)" server prompt template in your Firebase project with this name
351351
templateId = "imagen-basic",
352352
templateKey = "prompt"
353353
),

0 commit comments

Comments
 (0)