Skip to content

Commit 5393106

Browse files
committed
Remove test code left by mistake
Should be more careful with those changes...
1 parent aa97aa3 commit 5393106

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ImagenGenerationConfig.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,3 @@ public fun imagenGenerationConfig(
117117
builder.init()
118118
return builder.build()
119119
}
120-
121-
@OptIn(PublicPreviewAPI::class)
122-
public fun xx() {
123-
imagenGenerationConfig {
124-
negativePrompt = "People, black and white, painting"
125-
numberOfImages = 1
126-
aspectRatio = ImagenAspectRatio.SQUARE_1x1
127-
imageFormat = ImagenImageFormat.png()
128-
addWatermark = false
129-
}
130-
}

0 commit comments

Comments
 (0)