Skip to content

Commit f39db0f

Browse files
authored
Merge pull request #395 from firebase/mc/vertex
fix bad end tag
2 parents 3511cb8 + aa98c6c commit f39db0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VertexAISnippets/VertexAISnippets/VertexAISnippets.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Snippets {
9393
modelName: "{{ '<var>MODEL_NAME</var>' }}",
9494
safetySettings: [harassmentSafety, hateSpeechSafety]
9595
)
96-
// END multi_safety_settings
96+
// [END multi_safety_settings]
9797
}
9898

9999
func callGemini() async throws {

0 commit comments

Comments
 (0)