@@ -52,7 +52,7 @@ internal constructor(
52
52
* Instantiates a new [GenerativeModel] given the provided parameters.
53
53
*
54
54
* @param modelName The name of the model to use. See the documentation for a list of
55
- * [supported models](https://firebase.google.com/docs/ai-logic/models).
55
+ * [supported models](https://firebase.google.com/docs/ai-logic/models).
56
56
* @param generationConfig The configuration parameters to use for content generation.
57
57
* @param safetySettings The safety bounds the model will abide to during content generation.
58
58
* @param tools A list of [Tool]s the model may use to generate content.
@@ -108,7 +108,7 @@ internal constructor(
108
108
* Instantiates a new [LiveGenerationConfig] given the provided parameters.
109
109
*
110
110
* @param modelName The name of the model to use. See the documentation for a list of
111
- * [supported models](https://firebase.google.com/docs/ai-logic/models).
111
+ * [supported models](https://firebase.google.com/docs/ai-logic/models).
112
112
* @param generationConfig The configuration parameters to use for content generation.
113
113
* @param tools A list of [Tool]s the model may use to generate content.
114
114
* @param systemInstruction [Content] instructions that direct the model to behave a certain way.
@@ -160,7 +160,7 @@ internal constructor(
160
160
* Instantiates a new [ImagenModel] given the provided parameters.
161
161
*
162
162
* @param modelName The name of the model to use. See the documentation for a list of
163
- * [supported models](https://firebase.google.com/docs/ai-logic/models).
163
+ * [supported models](https://firebase.google.com/docs/ai-logic/models).
164
164
* @param generationConfig The configuration parameters to use for image generation.
165
165
* @param safetySettings The safety bounds the model will abide by during image generation.
166
166
* @param requestOptions Configuration options for sending requests to the backend.
0 commit comments