Skip to content

Commit 87c3215

Browse files
VinayGuthaldaymxn
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/FirebaseVertexAI.kt
Co-authored-by: Daymon <[email protected]>
1 parent 1374b64 commit 87c3215

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
@@ -120,7 +120,7 @@ internal constructor(
120120
if (!modelName.startsWith(GEMINI_MODEL_NAME_PREFIX)) {
121121
Log.w(
122122
TAG,
123-
"""Unsupported Gemini model "${modelName}"; see
123+
"""Unsupported Gemini model "$modelName"; see
124124
https://firebase.google.com/docs/vertex-ai/models for a list supported Gemini model names.
125125
"""
126126
.trimIndent()

0 commit comments

Comments
 (0)