We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb387a3 commit 84983b3Copy full SHA for 84983b3
firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/FirebaseAISamples.kt
@@ -127,18 +127,6 @@ val FIREBASE_AI_SAMPLES = listOf(
127
)
128
}
129
),
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
- ),
142
Sample(
143
title = "Gemini 2.0 Flash - image generation",
144
description = "Generate and/or edit images using Gemini 2.0 Flash",
0 commit comments