Skip to content

Commit 50c5314

Browse files
author
David Motsonashvili
committed
clean up samples
1 parent af7b3c8 commit 50c5314

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)