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 3afd4de commit 0225aa5Copy full SHA for 0225aa5
firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/feature/text/ChatViewModel.kt
@@ -59,7 +59,7 @@ class ChatViewModel(
59
val generativeModel = Firebase.ai(
60
backend = GenerativeBackend.googleAI()
61
).generativeModel(
62
- modelName = sample.modelName ?: "gemini-2.0-flash",
+ modelName = sample.modelName ?: "gemini-2.5-flash",
63
systemInstruction = sample.systemInstructions,
64
generationConfig = sample.generationConfig
65
)
0 commit comments