File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,6 @@ val FIREBASE_AI_SAMPLES = listOf(
342342 Sample (
343343 title = " Imagen 3 - Server Template Generation" ,
344344 description = " Generate an image using a server prompt template." ,
345- backend = GenerativeBackend .vertexAI(),
346345 navRoute = " imagen" ,
347346 categories = listOf (Category .IMAGE ),
348347 initialPrompt = content { text(" List of things that should be in the image" ) },
@@ -355,12 +354,10 @@ val FIREBASE_AI_SAMPLES = listOf(
355354 Sample (
356355 title = " Server Prompt Templates" ,
357356 description = " Generate an invoice using server prompt templates" ,
358- backend = GenerativeBackend .vertexAI(),
359357 navRoute = " text" ,
360358 categories = listOf (Category .TEXT ),
361359 initialPrompt = content { text(" Customer Name" ) },
362360 allowEmptyPrompt = false ,
363- editingMode = EditingMode .TEMPLATE ,
364361 // To make this work on your project, create an `Input + System Instructions` template in your project with this name
365362 templateId = " input-system-instructions" ,
366363 templateKey = " customerName"
You can’t perform that action at this time.
0 commit comments