We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96207ed commit 5bc4e2cCopy full SHA for 5bc4e2c
packages/firebase_vertexai/firebase_vertexai/lib/src/api.dart
@@ -603,7 +603,7 @@ final class GenerationConfig {
603
/// Controls the likelihood of repeating the same words or phrases already generated in the text.
604
final double? presencePenalty;
605
606
- /// Controls the likelihood of repeating words, with the penalty increasing for each repetition.
+ /// Controls the likelihood of repeating words, with the penalty increasing for each repetition.
607
final double? frequencyPenalty;
608
609
/// Output response mimetype of the generated candidate text.
0 commit comments