Skip to content

Commit 56f2ccf

Browse files
authored
Update GenerationConfig.md to fix typo (#668)
Fixed typo in Frequency Penalty description by changing "dificult" to "difficult".
1 parent 45bd243 commit 56f2ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/google/generativeai/protos/GenerationConfig.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ been seen in the respponse so far.
242242
A positive penalty will discourage the use of tokens that
243243
have already been used, proportional to the number of times
244244
the token has been used: The more a token is used, the more
245-
dificult it is for the model to use that token again
245+
difficult it is for the model to use that token again
246246
increasing the vocabulary of responses.
247247

248248
Caution: A *negative* penalty will encourage the model to

0 commit comments

Comments
 (0)