Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bc8e51 + 15fcdee commit 91150e7Copy full SHA for 91150e7
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/FirebaseVertexAI.kt
@@ -55,10 +55,10 @@ internal constructor(
55
modelName: String,
56
generationConfig: GenerationConfig? = null,
57
safetySettings: List<SafetySetting>? = null,
58
- requestOptions: RequestOptions = RequestOptions(),
59
tools: List<Tool>? = null,
60
toolConfig: ToolConfig? = null,
61
systemInstruction: Content? = null,
+ requestOptions: RequestOptions = RequestOptions(),
62
): GenerativeModel {
63
if (location.trim().isEmpty() || location.contains("/")) {
64
throw InvalidLocationException(location)
0 commit comments