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 f2257e4 commit e0cfdd1Copy full SHA for e0cfdd1
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt
@@ -220,7 +220,9 @@ 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 = getInstance(app)
+ @JvmStatic public fun getInstance(
224
+ app: FirebaseApp
225
+ ): FirebaseAI = getInstance(app, GenerativeBackend.googleAI())
226
227
private const val GEMINI_MODEL_NAME_PREFIX = "gemini-"
228
0 commit comments