Update README.md

This commit is contained in:
Michael Coppola 2024-02-05 16:30:46 -05:00 committed by GitHub
parent 2d8fcd8a6f
commit d5f757b996
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,9 +137,9 @@ node index.js
`temperature`: Adjust the randomness of the generated text (default: 0.8).
`dynatemp_range`: dynamic temperature range (default: 0.0, 0.0 = disabled).
`dynatemp_range`: Dynamic temperature range (default: 0.0, 0.0 = disabled).
`dynatemp_exponent`: dynamic temperature exponent (default: 1.0).
`dynatemp_exponent`: Dynamic temperature exponent (default: 1.0).
`top_k`: Limit the next token selection to the K most probable tokens (default: 40).