Skip to content

Commit c1de7cd

Browse files
Update FirebaseAI/Sources/Types/Public/Live/LiveGenerationConfig.swift
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 91e13b8 commit c1de7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Public/Live/LiveGenerationConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public struct LiveGenerationConfig: Sendable {
117117
/// fields is set to `nil`, output transcripts are not populated in model responses.
118118
///
119119
/// > Important: Transcripts are independent to the model turn. This means transcripts may
120-
/// > come earlier or later than when the model sends the corresponding audio responses.
120+
/// > come earlier or later than when the model sends the corresponding audio responses.
121121
public init(temperature: Float? = nil, topP: Float? = nil, topK: Int? = nil,
122122
candidateCount: Int? = nil, maxOutputTokens: Int? = nil,
123123
presencePenalty: Float? = nil, frequencyPenalty: Float? = nil,

0 commit comments

Comments
 (0)