Skip to content

Commit 84983b3

Browse files
committed
remove unintended change
1 parent eb387a3 commit 84983b3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,6 @@ val FIREBASE_AI_SAMPLES = listOf(
127127
)
128128
}
129129
),
130-
Sample(
131-
title = "Imagen 4 - image generation",
132-
description = "Generate images using Imagen 4 in Vertex AI",
133-
navRoute = "imagen",
134-
categories = listOf(Category.IMAGE),
135-
modelName = "imagen-4-0-generate-preview-05-20",
136-
initialPrompt = content {
137-
text(
138-
"A photo of a modern building with water in the background"
139-
)
140-
}
141-
),
142130
Sample(
143131
title = "Gemini 2.0 Flash - image generation",
144132
description = "Generate and/or edit images using Gemini 2.0 Flash",

0 commit comments

Comments
 (0)