Skip to content

Commit

Permalink
Merge 40217b4 into da0eefa
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo authored Sep 21, 2024
2 parents da0eefa + 40217b4 commit 7d2b4da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ internal constructor(
modelName: String,
generationConfig: GenerationConfig? = null,
safetySettings: List<SafetySetting>? = null,
requestOptions: RequestOptions = RequestOptions(),
tools: List<Tool>? = null,
toolConfig: ToolConfig? = null,
systemInstruction: Content? = null,
requestOptions: RequestOptions = RequestOptions(),
): GenerativeModel {
if (location.trim().isEmpty() || location.contains("/")) {
throw InvalidLocationException(location)
Expand Down

0 comments on commit 7d2b4da

Please sign in to comment.