Skip to content

Commit 1afd252

Browse files
authored
Update FirebaseAISamples.kt
1 parent 50c5314 commit 1afd252

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
@@ -348,7 +348,7 @@ val FIREBASE_AI_SAMPLES = listOf(
348348
allowEmptyPrompt = false,
349349
editingMode = EditingMode.TEMPLATE,
350350
// To make this work on your project, create an `Imagen (Basic)` template in your project with this name
351-
templateId = "imagen-test-template",
351+
templateId = "imagen-basic",
352352
templateKey = "prompt"
353353
),
354354
Sample(

0 commit comments

Comments
 (0)