Skip to content

Commit

Permalink
Merge pull request #910 from PierreBtz/patch-1
Browse files Browse the repository at this point in the history
[doc] Fix a typo in the ChatModelConfig
  • Loading branch information
geoand authored Sep 19, 2024
2 parents 4a28a9d + 31226a0 commit 393f5c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public interface ChatModelConfig {
* An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens
* with topP probability mass.
* 0.1 means only the tokens comprising the top 10% probability mass are considered.
* It is recommended to alter this or topP, but not both.
* It is recommended to alter this or temperature, but not both.
*/
@WithDefault("1.0")
Double topP();
Expand Down

0 comments on commit 393f5c2

Please sign in to comment.