We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e59917 commit f2b49f9Copy full SHA for f2b49f9
firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/FirebaseAISamples.kt
@@ -347,7 +347,7 @@ val FIREBASE_AI_SAMPLES = listOf(
347
initialPrompt = content { text("List of things that should be in the image") },
348
allowEmptyPrompt = false,
349
editingMode = EditingMode.TEMPLATE,
350
- // To make this work on your project, create an `Imagen (Basic)` template in your project with this name
+ // To make this work, create an "Imagen (Basic)" server prompt template in your Firebase project with this name
351
templateId = "imagen-basic",
352
templateKey = "prompt"
353
),
0 commit comments