Skip to content

Commit 42326fe

Browse files
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/FirebaseVertexAI.kt
Co-authored-by: rachelsaunders <[email protected]>
1 parent c3a3115 commit 42326fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/FirebaseVertexAI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ internal constructor(
8686
*
8787
* @param modelName The name of the model to use, for example `"imagen-3.0-generate-001"`.
8888
* @param generationConfig The configuration parameters to use for image generation.
89-
* @param safetySettings The safety bounds the model will abide to during image generation.
89+
* @param safetySettings The safety bounds the model will abide by during image generation.
9090
* @param requestOptions Configuration options for sending requests to the backend.
9191
* @return The initialized [ImagenModel] instance.
9292
*/

0 commit comments

Comments
 (0)