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 5167345 commit 5e14749Copy full SHA for 5e14749
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt
@@ -220,7 +220,8 @@ internal constructor(
220
}
221
222
/** The [FirebaseAI] instance for the provided [FirebaseApp] using the Google AI Backend. */
223
- @JvmStatic public fun getInstance(app: FirebaseApp): FirebaseAI =
+ @JvmStatic
224
+ public fun getInstance(app: FirebaseApp): FirebaseAI =
225
getInstance(app, GenerativeBackend.googleAI())
226
227
private const val GEMINI_MODEL_NAME_PREFIX = "gemini-"
0 commit comments