Skip to content

Commit 62efc87

Browse files
committed
Fix format
1 parent f0ab6c1 commit 62efc87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internal constructor(
5252
* Instantiates a new [GenerativeModel] given the provided parameters.
5353
*
5454
* @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).
5656
* @param generationConfig The configuration parameters to use for content generation.
5757
* @param safetySettings The safety bounds the model will abide to during content generation.
5858
* @param tools A list of [Tool]s the model may use to generate content.
@@ -108,7 +108,7 @@ internal constructor(
108108
* Instantiates a new [LiveGenerationConfig] given the provided parameters.
109109
*
110110
* @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).
112112
* @param generationConfig The configuration parameters to use for content generation.
113113
* @param tools A list of [Tool]s the model may use to generate content.
114114
* @param systemInstruction [Content] instructions that direct the model to behave a certain way.
@@ -160,7 +160,7 @@ internal constructor(
160160
* Instantiates a new [ImagenModel] given the provided parameters.
161161
*
162162
* @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).
164164
* @param generationConfig The configuration parameters to use for image generation.
165165
* @param safetySettings The safety bounds the model will abide by during image generation.
166166
* @param requestOptions Configuration options for sending requests to the backend.

0 commit comments

Comments
 (0)