Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)