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 4757abc commit 72bf37cCopy full SHA for 72bf37c
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/FirebaseVertexAI.kt
@@ -100,7 +100,7 @@ internal constructor(
100
/**
101
* Instantiates a new [LiveGenerationConfig] given the provided parameters.
102
*
103
- * @param modelName The name of the model to use, for example `"gemini-1.5-pro"`.
+ * @param modelName The name of the model to use, for example `"gemini-2.0-flash-exp"`.
104
* @param generationConfig The configuration parameters to use for content generation.
105
* @param tools A list of [Tool]s the model may use to generate content.
106
* @param systemInstruction [Content] instructions that direct the model to behave a certain way.
0 commit comments