We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf97270 commit ad7f629Copy full SHA for ad7f629
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt
@@ -220,9 +220,8 @@ internal constructor(
220
}
221
222
/** The [FirebaseAI] instance for the provided [FirebaseApp] using the Google AI Backend. */
223
- @JvmStatic public fun getInstance(
224
- app: FirebaseApp
225
- ): FirebaseAI = getInstance(app, GenerativeBackend.googleAI())
+ @JvmStatic public fun getInstance(app: FirebaseApp): FirebaseAI =
+ getInstance(app, GenerativeBackend.googleAI())
226
227
private const val GEMINI_MODEL_NAME_PREFIX = "gemini-"
228
0 commit comments