Skip to content

Commit 5bc4e2c

Browse files
authored
Whitespace
1 parent 96207ed commit 5bc4e2c

File tree

1 file changed

+1
-1
lines changed
  • packages/firebase_vertexai/firebase_vertexai/lib/src

1 file changed

+1
-1
lines changed

packages/firebase_vertexai/firebase_vertexai/lib/src/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ final class GenerationConfig {
603603
/// Controls the likelihood of repeating the same words or phrases already generated in the text.
604604
final double? presencePenalty;
605605

606-
/// Controls the likelihood of repeating words, with the penalty increasing for each repetition.
606+
/// Controls the likelihood of repeating words, with the penalty increasing for each repetition.
607607
final double? frequencyPenalty;
608608

609609
/// Output response mimetype of the generated candidate text.

0 commit comments

Comments
 (0)